Skip to content

Commit

Permalink
RAILS_GEM_VERSION is obsolete
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed Oct 18, 2009
1 parent 3ccaabc commit f74e04c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/test/generators/app_generator_test.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def test_rails_is_frozen
generator(:freeze => true, :database => "sqlite3").expects(:run). generator(:freeze => true, :database => "sqlite3").expects(:run).
with("rake rails:freeze:edge", :verbose => false) with("rake rails:freeze:edge", :verbose => false)
silence(:stdout){ generator.invoke } silence(:stdout){ generator.invoke }
assert_file 'config/environment.rb', /# RAILS_GEM_VERSION/ assert_file 'config/environment.rb'
end end


def test_template_from_dir_pwd def test_template_from_dir_pwd
Expand Down

0 comments on commit f74e04c

Please sign in to comment.