Skip to content

Instantly share code, notes, and snippets.

@bergerjac
Created March 31, 2015 09:48
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save bergerjac/7dbd10ba0124a06046d4 to your computer and use it in GitHub Desktop.
capybara-rspec-gherkin setup
group :test do
gem 'rspec-gherkin'
end
# spec/rails_helper.rb
require 'capybara/rails'
require 'rspec-gherkin'
require 'capybara/rspec'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment