mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #28704 from unfunco/remove-superfluous-keep
Remove superfluous keep file
This commit is contained in:
commit
6da2152d60
2 changed files with 0 additions and 2 deletions
|
@ -210,7 +210,6 @@ module Rails
|
||||||
end
|
end
|
||||||
|
|
||||||
def test
|
def test
|
||||||
empty_directory_with_keep_file "test/fixtures"
|
|
||||||
empty_directory_with_keep_file "test/fixtures/files"
|
empty_directory_with_keep_file "test/fixtures/files"
|
||||||
empty_directory_with_keep_file "test/controllers"
|
empty_directory_with_keep_file "test/controllers"
|
||||||
empty_directory_with_keep_file "test/mailers"
|
empty_directory_with_keep_file "test/mailers"
|
||||||
|
|
|
@ -1022,7 +1022,6 @@ class AppGeneratorTest < Rails::Generators::TestCase
|
||||||
lib/tasks
|
lib/tasks
|
||||||
lib/assets
|
lib/assets
|
||||||
log
|
log
|
||||||
test/fixtures
|
|
||||||
test/fixtures/files
|
test/fixtures/files
|
||||||
test/controllers
|
test/controllers
|
||||||
test/mailers
|
test/mailers
|
||||||
|
|
Loading…
Reference in a new issue