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
|
||||
|
||||
def test
|
||||
empty_directory_with_keep_file "test/fixtures"
|
||||
empty_directory_with_keep_file "test/fixtures/files"
|
||||
empty_directory_with_keep_file "test/controllers"
|
||||
empty_directory_with_keep_file "test/mailers"
|
||||
|
|
|
@ -1022,7 +1022,6 @@ class AppGeneratorTest < Rails::Generators::TestCase
|
|||
lib/tasks
|
||||
lib/assets
|
||||
log
|
||||
test/fixtures
|
||||
test/fixtures/files
|
||||
test/controllers
|
||||
test/mailers
|
||||
|
|
Loading…
Reference in a new issue