1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Remove superfluous keep file

Removes the generated keep file within the fixtures directory,
since this directory now has a files subdirectory with it's own keep
file, the keep file in the parent directory is no longer required.
This commit is contained in:
Daniel Morris 2017-04-08 12:53:44 +01:00
parent 28079868d0
commit f7ea564a0b
No known key found for this signature in database
GPG key ID: 59D32E97BE2E8420

View file

@ -173,7 +173,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"