Skip to content

Commit af45b94

Browse files
committed
Switches back to mainline capybara
1 parent 231fd3e commit af45b94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ gem 'sqlite3', '~> 1.3.6'
2828

2929
# Capybara versions that support RSpec 3 only support RUBY_VERSION >= 1.9.3
3030
if RUBY_VERSION >= '1.9.3'
31-
gem 'capybara', :github => 'thomas-holmes/capybara', :branch => 'support-rspec-3'
31+
gem 'capybara', :github => 'jnicklas/capybara'
3232
end
3333

3434
if RUBY_VERSION < '1.9.2'

0 commit comments

Comments
 (0)