mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Upgrade to latest rspec
This commit is contained in:
parent
5304a3367e
commit
86a870f596
1 changed files with 8 additions and 13 deletions
21
Gemfile.lock
21
Gemfile.lock
|
@ -40,17 +40,15 @@ GEM
|
|||
rack-test (0.5.6)
|
||||
rack (>= 1.0)
|
||||
rake (0.8.7)
|
||||
rspec (2.0.1)
|
||||
rspec-core (~> 2.0.1)
|
||||
rspec-expectations (~> 2.0.1)
|
||||
rspec-mocks (~> 2.0.1)
|
||||
rspec-core (2.0.1)
|
||||
rspec-expectations (2.0.1)
|
||||
diff-lcs (>= 1.1.2)
|
||||
rspec (2.1.0)
|
||||
rspec-core (~> 2.1.0)
|
||||
rspec-expectations (~> 2.1.0)
|
||||
rspec-mocks (~> 2.1.0)
|
||||
rspec-core (2.1.0)
|
||||
rspec-expectations (2.1.0)
|
||||
diff-lcs (~> 1.1.2)
|
||||
rspec-instafail (0.1.3)
|
||||
rspec-mocks (2.0.1)
|
||||
rspec-core (~> 2.0.1)
|
||||
rspec-expectations (~> 2.0.1)
|
||||
rspec-mocks (2.1.0)
|
||||
rubyzip (0.9.4)
|
||||
selenium-webdriver (0.0.29)
|
||||
childprocess (>= 0.0.7)
|
||||
|
@ -84,6 +82,3 @@ DEPENDENCIES
|
|||
sinatra (>= 0.9.4)
|
||||
xpath (~> 0.1.2)
|
||||
yard (>= 0.5.8)
|
||||
|
||||
METADATA
|
||||
version: 1.0.6
|
||||
|
|
Loading…
Reference in a new issue