Skip to content

Commit

Permalink
Use the correct gem for cucumber
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriela Rodríguez and Nicolás Sanguinetti committed Aug 31, 2010
1 parent fd15f1c commit b0f0562
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ group :test do
gem 'rr', '>= 0.10.0'
gem 'machinist', ">= 1.0.6"
gem 'webrat', '>= 0.4.5'
gem 'cucumber', '>= 0.8.5'
gem 'cucumber-rails'
gem 'database_cleaner', '>= 0.5.2', :require => 'database_cleaner'
end
4 changes: 3 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ GEM
gherkin (~> 2.1.4)
json_pure (~> 1.4.3)
term-ansicolor (~> 1.0.4)
cucumber-rails (0.3.2)
cucumber (>= 0.8.0)
curb (0.7.8)
daemons (1.1.0)
database_cleaner (0.5.2)
Expand Down Expand Up @@ -91,7 +93,7 @@ PLATFORMS
DEPENDENCIES
authlogic (>= 2.1.1)
authlogic-oid (>= 1.0.4)
cucumber (>= 0.8.5)
cucumber-rails
database_cleaner (>= 0.5.2)
datacatalog (>= 0.4.14)
delayed_job (>= 1.8.4)
Expand Down

0 comments on commit b0f0562

Please sign in to comment.