search results

  1. How to set up rspec-rails to generate feature specs for capybara. up vote 7 down vote favorite. 2. I\'m using rspec-rails 2.12.0 and capybara 2.0.1 for testing.
    stackoverflow.com/questions/13651140/​how-to-set-up-rspec... - Cached
  2. It seems now you need to require \'capybara/rspec\' in your spec/spec_helper.rb if you are using feature specs in capybara ... set up rspec-rails to generate feature ...
    stackoverflow.com/questions/13706129/​using-capybara-with... - Cached
  3. How to set up rspec-rails to generate feature specs for capybara ... spec/spec_helper.rb if you are using feature specs in capybara ... set up rspec-rails to generate ...
    arnhold-janu1991.blogspot.com - Cached
  4. #257 Request Specs and Capybara. ... test do gem \' rspec-rails \' end. Once Bundler has run we can run the following command to set up RSpec in our application.
    railscasts.com/episodes/257-request-​specs-and-capybara?... - Cached
  5. ... only available in specs in the spec/features ... This means that most of the time you don\'t need to set ... See http://rubydoc.info/gems/rspec -rails/file/Capybara ...
    github.com/rspec/rspec-rails - Cached
  6. Once Bundler has run we can run the following command to set up ... rspec-r ails\' gem \'capybara ... DSL for defining specs. We’ll be able to use feature, ...
    asciicasts.com/episodes/257-request-​specs-and-capybara - Cached
  7. Here is how to set up Capybara with RSpec 2 and Ruby ... Capybara (and Selenium) with RSpec & Rails 3: ... also run rails generate rspec:install to set up your spec ...
    www.opinionatedprogrammer.com/2011/02/​capybara-and... - Cached
  8. It can be tricky to set up a ... s.add_development_dependency \"rspec-rails\" s.add_development ... { \"spec/controllers\" } # Capybara request specs watch ...
    namick.tumblr.com/post/17663752365/how-​to-create-a... - Cached
  9. Use the rspec-rails generator to set up files ... for common features. If you are writing specs for ORM features ... generate cucumber:install --capybara --rspec ...
    railsapps.github.io/tutorial-rails-​mongoid-omniauth.html - Cached
  10. There are also explicit @selenium and @rack_test tags set up for you. Using Capybara with RSpec. ... put your Capybara specs in spec/features. ... rspec-rails does ...
    github.com/jnicklas/capybara - Cached