Trying to correct a test to do the following:
1. Start App
2. Click a button and wait for an HTTP request to get fired of to a server from the app
Assert: app sends the correct data out based on the response back from the server.
Building tests in Ruby with Cucumber
Seems simple but i was wondering if someone point me in the right direction? Thank you