Commit eadcf422a81146a2ce3478a9be8b5f44b49f89a8
1 parent
4393a79a
Exists in
master
and in
1 other branch
forcing exactly cucumber 0.3.11 and webrat 0.4.4
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
config/environments/cucumber.rb
| ... | ... | @@ -19,10 +19,10 @@ config.action_mailer.delivery_method = :test |
| 19 | 19 | |
| 20 | 20 | config.gem "cucumber", |
| 21 | 21 | :lib => false, |
| 22 | - :version => ">=0.3.11" | |
| 22 | + :version => "0.3.11" | |
| 23 | 23 | config.gem "webrat", |
| 24 | 24 | :lib => false, |
| 25 | - :version => ">=0.4.4" | |
| 25 | + :version => "0.4.4" | |
| 26 | 26 | |
| 27 | 27 | require 'rubygems' |
| 28 | 28 | require 'factory_girl' | ... | ... |