Skip to content

Commit

Permalink
Upgrade cucumber-rails, which requires use of the #steps method.
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-burns committed Feb 3, 2012
1 parent 7db981a commit 91f4675
Show file tree
Hide file tree
Showing 7 changed files with 182 additions and 172 deletions.
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,7 +1,7 @@
source "http://rubygems.org"
gemspec

gem "capybara", "~> 1.0.0"
gem "capybara", "~> 1.1.1"
gem "factory_girl_rails"
gem "shoulda-matchers", :git => "git://github.com/thoughtbot/shoulda-matchers.git"
gem "database_cleaner"
Expand Down
176 changes: 92 additions & 84 deletions Gemfile.lock
@@ -1,8 +1,8 @@
GIT
remote: git://github.com/thoughtbot/shoulda-matchers.git
revision: 5190a39bba699d4989c2500c98622b505e2de828
revision: 25c2623bb9d96cf6a446ecc141fdfefe5c4860fa
specs:
shoulda-matchers (1.0.0.beta3)
shoulda-matchers (1.0.0)

PATH
remote: .
Expand All @@ -14,119 +14,123 @@ PATH
GEM
remote: http://rubygems.org/
specs:
abstract (1.0.0)
actionmailer (3.0.9)
actionpack (= 3.0.9)
mail (~> 2.2.19)
actionpack (3.0.9)
activemodel (= 3.0.9)
activesupport (= 3.0.9)
builder (~> 2.1.2)
erubis (~> 2.6.6)
i18n (~> 0.5.0)
rack (~> 1.2.1)
rack-mount (~> 0.6.14)
rack-test (~> 0.5.7)
tzinfo (~> 0.3.23)
activemodel (3.0.9)
activesupport (= 3.0.9)
builder (~> 2.1.2)
i18n (~> 0.5.0)
activerecord (3.0.9)
activemodel (= 3.0.9)
activesupport (= 3.0.9)
arel (~> 2.0.10)
tzinfo (~> 0.3.23)
activeresource (3.0.9)
activemodel (= 3.0.9)
activesupport (= 3.0.9)
activesupport (3.0.9)
actionmailer (3.2.1)
actionpack (= 3.2.1)
mail (~> 2.4.0)
actionpack (3.2.1)
activemodel (= 3.2.1)
activesupport (= 3.2.1)
builder (~> 3.0.0)
erubis (~> 2.7.0)
journey (~> 1.0.1)
rack (~> 1.4.0)
rack-cache (~> 1.1)
rack-test (~> 0.6.1)
sprockets (~> 2.1.2)
activemodel (3.2.1)
activesupport (= 3.2.1)
builder (~> 3.0.0)
activerecord (3.2.1)
activemodel (= 3.2.1)
activesupport (= 3.2.1)
arel (~> 3.0.0)
tzinfo (~> 0.3.29)
activeresource (3.2.1)
activemodel (= 3.2.1)
activesupport (= 3.2.1)
activesupport (3.2.1)
i18n (~> 0.6)
multi_json (~> 1.0)
addressable (2.2.6)
appraisal (0.3.8)
bundler
rake
arel (2.0.10)
arel (3.0.0)
aruba (0.4.6)
bcat (>= 0.6.1)
childprocess (>= 0.2.0)
cucumber (>= 1.0.2)
rdiscount (>= 1.6.8)
rspec (>= 2.6.0)
bcat (0.6.1)
bcat (0.6.2)
rack (~> 1.0)
bourne (1.0)
mocha (= 0.9.8)
builder (2.1.2)
capybara (1.0.1)
builder (3.0.0)
capybara (1.1.2)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
selenium-webdriver (~> 2.0)
xpath (~> 0.1.4)
childprocess (0.2.2)
childprocess (0.3.0)
ffi (~> 1.0.6)
cucumber (1.0.2)
cucumber (1.1.4)
builder (>= 2.1.2)
diff-lcs (>= 1.1.2)
gherkin (~> 2.4.5)
gherkin (~> 2.7.1)
json (>= 1.4.6)
term-ansicolor (>= 1.0.5)
cucumber-rails (1.0.2)
capybara (>= 1.0.0)
cucumber (~> 1.0.0)
nokogiri (>= 1.4.6)
database_cleaner (0.6.7)
term-ansicolor (>= 1.0.6)
cucumber-rails (1.1.1)
capybara (>= 1.1.1)
cucumber (>= 1.1.0)
nokogiri (>= 1.5.0)
database_cleaner (0.7.1)
diesel (0.1.5)
railties
diff-lcs (1.1.3)
erubis (2.6.6)
abstract (>= 1.0.0)
factory_girl (2.0.5)
factory_girl_rails (1.1.0)
factory_girl (~> 2.0.0)
erubis (2.7.0)
factory_girl (2.5.0)
activesupport
factory_girl_rails (1.6.0)
factory_girl (~> 2.5.0)
railties (>= 3.0.0)
ffi (1.0.9)
gherkin (2.4.16)
ffi (1.0.11)
gherkin (2.7.6)
json (>= 1.4.6)
i18n (0.5.0)
json (1.5.4)
json_pure (1.5.4)
spruz (~> 0.2.8)
hike (1.2.1)
i18n (0.6.0)
journey (1.0.1)
json (1.6.5)
launchy (2.0.5)
addressable (~> 2.2.6)
mail (2.2.19)
activesupport (>= 2.3.6)
mail (2.4.1)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.16)
mime-types (1.17.2)
mocha (0.9.8)
rake
multi_json (1.0.4)
nokogiri (1.5.0)
polyglot (0.3.3)
rack (1.2.3)
rack-mount (0.6.14)
rack (>= 1.0.0)
rack-test (0.5.7)
rack (1.4.1)
rack-cache (1.1)
rack (>= 0.4)
rack-ssl (1.3.2)
rack
rack-test (0.6.1)
rack (>= 1.0)
rails (3.0.9)
actionmailer (= 3.0.9)
actionpack (= 3.0.9)
activerecord (= 3.0.9)
activeresource (= 3.0.9)
activesupport (= 3.0.9)
rails (3.2.1)
actionmailer (= 3.2.1)
actionpack (= 3.2.1)
activerecord (= 3.2.1)
activeresource (= 3.2.1)
activesupport (= 3.2.1)
bundler (~> 1.0)
railties (= 3.0.9)
railties (3.0.9)
actionpack (= 3.0.9)
activesupport (= 3.0.9)
railties (= 3.2.1)
railties (3.2.1)
actionpack (= 3.2.1)
activesupport (= 3.2.1)
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (~> 0.14.4)
rake (0.9.2)
thor (~> 0.14.6)
rake (0.9.2.2)
rdiscount (1.6.8)
rdoc (3.7)
rdoc (3.12)
json (~> 1.4)
rspec (2.6.0)
rspec-core (~> 2.6.0)
rspec-expectations (~> 2.6.0)
Expand All @@ -140,21 +144,25 @@ GEM
activesupport (~> 3.0)
railties (~> 3.0)
rspec (~> 2.6.0)
rubyzip (0.9.4)
selenium-webdriver (2.5.0)
childprocess (>= 0.2.1)
ffi (>= 1.0.7)
json_pure
rubyzip (0.9.5)
selenium-webdriver (2.18.0)
childprocess (>= 0.2.5)
ffi (~> 1.0.9)
multi_json (~> 1.0.4)
rubyzip
spruz (0.2.13)
sqlite3 (1.3.4)
term-ansicolor (1.0.6)
sprockets (2.1.2)
hike (~> 1.2)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sqlite3 (1.3.5)
term-ansicolor (1.0.7)
thor (0.14.6)
tilt (1.3.3)
timecop (0.3.5)
treetop (1.4.10)
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.29)
tzinfo (0.3.31)
xpath (0.1.4)
nokogiri (~> 1.3)

Expand All @@ -166,9 +174,9 @@ DEPENDENCIES
aruba (~> 0.4.2)
bourne
bundler (~> 1.0.0)
capybara (~> 1.0.0)
capybara (~> 1.1.1)
clearance!
cucumber-rails (~> 1.0.2)
cucumber-rails (~> 1.1.1)
database_cleaner
factory_girl_rails
launchy
Expand Down
2 changes: 1 addition & 1 deletion clearance.gemspec
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |s|

s.add_development_dependency('bundler', '~> 1.0.0')
s.add_development_dependency('appraisal', '~> 0.3.8')
s.add_development_dependency('cucumber-rails', '~> 1.0.2')
s.add_development_dependency('cucumber-rails', '~> 1.1.1')
s.add_development_dependency('rspec-rails', '~> 2.6.0')
s.add_development_dependency('sqlite3')
s.add_development_dependency('bourne')
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/3.0.9.gemfile
Expand Up @@ -6,7 +6,7 @@ gem "rails", "3.0.9"
gem "shoulda-matchers", :git=>"git://github.com/thoughtbot/shoulda-matchers.git"
gem "database_cleaner"
gem "aruba", "~> 0.4.2"
gem "capybara", "~> 1.0.0"
gem "capybara", "~> 1.1.1"
gem "factory_girl_rails"
gem "launchy"

Expand Down

0 comments on commit 91f4675

Please sign in to comment.