Skip to content

artemave/REST-assured-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REST Assured example

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.

Usage

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

Author

Artem Avetisyan

About

Sample app that demonstrates REST-assured

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published