mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
RAILS_GEM_VERSION is obsolete
This commit is contained in:
parent
3ccaabc6c6
commit
f74e04c21d
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ class AppGeneratorTest < GeneratorsTestCase
|
|||
generator(:freeze => true, :database => "sqlite3").expects(:run).
|
||||
with("rake rails:freeze:edge", :verbose => false)
|
||||
silence(:stdout){ generator.invoke }
|
||||
assert_file 'config/environment.rb', /# RAILS_GEM_VERSION/
|
||||
assert_file 'config/environment.rb'
|
||||
end
|
||||
|
||||
def test_template_from_dir_pwd
|
||||
|
|
Loading…
Reference in a new issue