mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Remove whitespaces from empty line
This commit is contained in:
parent
5cf934eab5
commit
360b98f061
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ class PluginNewGeneratorTest < Rails::Generators::TestCase
|
|||
assert_file "spec/dummy/config/application.rb"
|
||||
assert_no_file "test/dummy"
|
||||
end
|
||||
|
||||
|
||||
def test_creating_dummy_without_tests_but_with_dummy_path
|
||||
run_generator [destination_root, "--dummy_path", "spec/dummy", "--skip-test-unit"]
|
||||
assert_file "spec/dummy"
|
||||
|
|
Loading…
Reference in a new issue