Control rails application from Iphone's cucumber -
I am using franc to test the features of my iPhone app. The iPhone app is synchronizing the data with app rail and I want to cover the synchronization process with acceptance tests. I want to be able to use standard ruby commands to manage the data of my rail app, for example, to create a table of products in the rail app, and then I can see that it becomes synchronized on the iPhone. (Or frank), then I have the product from the tests of my iPhone. Can I use fund_by_name ("product name")?
I ended hacking this together:
< P> Paste this into frank / features / support
I'm not a great rail developer. Someone might just clean it but it works for our purposes.
Comments
Post a Comment