Skip to content

Commit

Permalink
Added rspec expectations support
Browse files Browse the repository at this point in the history
  • Loading branch information
thuss committed Dec 22, 2010
1 parent d5d8f45 commit bce7ba7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ source "http://rubygems.org"
group(:test) do
gem 'cucumber'
gem 'capybara'
gem 'rspec'
end
9 changes: 9 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ GEM
rack-test (0.5.6)
rack (>= 1.0)
rake (0.8.7)
rspec (2.2.0)
rspec-core (~> 2.2)
rspec-expectations (~> 2.2)
rspec-mocks (~> 2.2)
rspec-core (2.2.1)
rspec-expectations (2.2.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.2.0)
rubyzip (0.9.4)
selenium-webdriver (0.0.29)
childprocess (>= 0.0.7)
Expand All @@ -51,3 +59,4 @@ PLATFORMS
DEPENDENCIES
capybara
cucumber
rspec
1 change: 1 addition & 0 deletions features/support/env.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
begin require 'rspec/expectations'; rescue LoadError; require 'spec/expectations'; end
require 'capybara'
require 'capybara/dsl'
require 'capybara/cucumber'
Expand Down

0 comments on commit bce7ba7

Please sign in to comment.