Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oleander/capybara-js-fails

Failing Capybara test
https://github.com/oleander/capybara-js-fails

Last synced: about 2 months ago
JSON representation

Failing Capybara test

Awesome Lists containing this project

README

        

# Capybara

- [Question](http://stackoverflow.com/questions/7788028/using-capybara-to-test-pure-javascript-application) on Stackoverflow.
- [Solution](http://groups.google.com/group/ruby-capybara/browse_thread/thread/ce30ffc765065e21) on Google Groups.

## Installation

Start by cloning the project.

`git clone [email protected]:oleander/capybara-js-fails.git`

Navigate to the downloaded folder and run bundler.

`cd capybara-js-fails && bundle install`

## Start server

`bundle exec ruby ./server.rb`

Navigate to [http://localhost:4567](http://localhost:4567).

## Run specs

`rspec spec/request_spec.rb`