We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 231fd3e commit af45b94Copy full SHA for af45b94
Gemfile
@@ -28,7 +28,7 @@ gem 'sqlite3', '~> 1.3.6'
28
29
# Capybara versions that support RSpec 3 only support RUBY_VERSION >= 1.9.3
30
if RUBY_VERSION >= '1.9.3'
31
- gem 'capybara', :github => 'thomas-holmes/capybara', :branch => 'support-rspec-3'
+ gem 'capybara', :github => 'jnicklas/capybara'
32
end
33
34
if RUBY_VERSION < '1.9.2'
0 commit comments