Sample app that uses REST-assured in its integration testing (cucumber). It is a page where user can query twitter for popular tweets that match search term.
This is a Sinatra based application so you need ruby (>= 1.9.2) installed.
Install app:
$ git clone git://github.com/artemave/REST-assured-example.git
$ cd REST-assured-example
$ bundle install # `gem install bundler` if it is not there yet
$ ./tweet_checker # then visit http://localhost:4567/popular_tweets
Run tests:
$ bundle exec cucumber