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:
parent
28079868d0
commit
f7ea564a0b
1 changed files with 0 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue