Skip to content

Commit

Permalink
Merge pull request #28704 from unfunco/remove-superfluous-keep
Browse files Browse the repository at this point in the history
Remove superfluous keep file
  • Loading branch information
rafaelfranca committed Dec 18, 2019
2 parents 4be763a + f9f459e commit 6da2152
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion railties/lib/rails/generators/rails/app/app_generator.rb
Expand Up @@ -210,7 +210,6 @@ def storage
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"
Expand Down
1 change: 0 additions & 1 deletion railties/test/generators/app_generator_test.rb
Expand Up @@ -1022,7 +1022,6 @@ def test_create_keeps
lib/tasks
lib/assets
log
test/fixtures
test/fixtures/files
test/controllers
test/mailers
Expand Down

0 comments on commit 6da2152

Please sign in to comment.