more gems
Showing
| ... | @@ -3,11 +3,15 @@ source 'https://rubygems.org' | ... | @@ -3,11 +3,15 @@ source 'https://rubygems.org' |
| gem 'rspec' | gem 'rspec' | ||
| # gem 'rspec-rails' | # gem 'rspec-rails' | ||
| gem 'capybara' | gem 'capybara' | ||
| gem 'capybara-webkit' | |||
| gem 'launchy' | gem 'launchy' | ||
| # Turnip is a Gherkin extension for RSpec. It allows you to write tests in Gherkin and run them through your RSpec environment. Basically you can write cucumber features in RSpec. | # Turnip is a Gherkin extension for RSpec. It allows you to write tests in Gherkin and run them through your RSpec environment. Basically you can write cucumber features in RSpec. | ||
| gem 'turnip' | gem 'turnip' | ||
| gem 'poltergeist' | gem 'poltergeist' | ||
| gem 'selenium-webdriver' | |||
| gem 'capybara-webkit' | |||
| # Speed up command | |||
| gem 'spring' | gem 'spring' |
Please
register
or
sign in
to comment