Skip to content

developish/rspec-external

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSpec Testing of External Sites

This is a proof of concept project, for testing a site over HTTP with RSpec, Capybara, and PhantomJS.

It runs tests against the site that is in the "site" directory, without access to the process running the tested sites.

To run it, where $ is your prompt, first run the test site

$ cd site
$ bundle install
$ ruby app.rb

Then, in another terminal install the test app dependencies and run the tests with rake

$ bundle install
$ rake

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages