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

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -