Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/oleander/capybara-js-fails
- Owner: oleander
- Created: 2011-10-16T23:09:59.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2011-10-18T08:25:13.000Z (about 13 years ago)
- Last Synced: 2023-04-10T09:38:40.766Z (almost 2 years ago)
- Language: Ruby
- Homepage: http://stackoverflow.com/questions/7788028/using-capybara-to-test-pure-javascript-application
- Size: 97.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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`