Skip to content

Commit

Permalink
Use >= 2.1.0 so that gem installs of newer versions of rails can stil…
Browse files Browse the repository at this point in the history
…l run the shoulda tests
  • Loading branch information
mjankowski authored and rmm5t committed Sep 15, 2008
1 parent edfd0f4 commit da5e4b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/rails_root/config/environment.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Specifies gem version of Rails to use when vendor/rails is not present
old_verbose, $VERBOSE = $VERBOSE, nil
RAILS_GEM_VERSION = '2.1.0' unless defined? RAILS_GEM_VERSION
RAILS_GEM_VERSION = '>= 2.1.0' unless defined? RAILS_GEM_VERSION
$VERBOSE = old_verbose

require File.join(File.dirname(__FILE__), 'boot')
Expand All @@ -10,5 +10,5 @@
config.cache_classes = false
config.whiny_nils = true
end

# Dependencies.log_activity = true

0 comments on commit da5e4b1

Please sign in to comment.