mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Runs the generator before assertions
This commit is contained in:
parent
8df7ed3b88
commit
29b1984a05
1 changed files with 1 additions and 0 deletions
|
@ -209,6 +209,7 @@ class AppGeneratorTest < Rails::Generators::TestCase
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_new_application_doesnt_need_defaults
|
def test_new_application_doesnt_need_defaults
|
||||||
|
run_generator
|
||||||
assert_no_file "config/initializers/new_framework_defaults_6_0.rb"
|
assert_no_file "config/initializers/new_framework_defaults_6_0.rb"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue