1
0
Fork 0
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:
Rafael França 2019-12-18 11:02:26 -03:00 committed by GitHub
commit 6da2152d60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View file

@ -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"

View file

@ -1022,7 +1022,6 @@ class AppGeneratorTest < Rails::Generators::TestCase
lib/tasks
lib/assets
log
test/fixtures
test/fixtures/files
test/controllers
test/mailers