https://github.com/oleander/capybara-js-fails
Failing Capybara test
https://github.com/oleander/capybara-js-fails
Last synced: 8 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 14 years ago)
- Default Branch: master
- Last Pushed: 2024-11-01T21:41:13.000Z (12 months ago)
- Last Synced: 2025-01-21T14:47:44.837Z (9 months ago)
- Language: Ruby
- Homepage: http://stackoverflow.com/questions/7788028/using-capybara-to-test-pure-javascript-application
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
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 git@github.com: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`