Skip to content

Commit 0eb04b7

Browse files
committed
capybara supports RSpec 3
* This is a temporary patch until teamcapybara/capybara#1125 is merged
1 parent 263b953 commit 0eb04b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ gem 'sqlite3', '~> 1.3.6'
2929
# Capybara 2.1 requires Ruby >= 1.9.3
3030
if RUBY_VERSION < '1.9.3'
3131
gem 'capybara', '>= 2.0.0', '< 2.1.0'
32+
else
33+
gem 'capybara', :github => 'thomas-holmes/capybara', :branch => 'support-rspec-3'
3234
end
3335

3436
if RUBY_VERSION < '1.9.2'

0 commit comments

Comments
 (0)