Commit c7eb97881cbd65b5a86f71456c163c73dac1d392
1 parent
eadcf422
Exists in
master
and in
1 other branch
removing utility scopes require now that we're using config.gem. put example of …
…extension in lib/extensions. changed cucumber version options to force =
Showing
3 changed files
with
4 additions
and
4 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' | ... | ... |
config/initializers/requires.rb