aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2015-01-28 12:31:25 +0100
committerYves Senn <yves.senn@gmail.com>2015-01-28 12:31:25 +0100
commit58047ebdf3da86a8ed17cb269c5d4d944d1c2d88 (patch)
treec483c37f26a98e4bad4671869067bf6f07216cc6 /railties/test
parent71a84206ab4d3488ac0d522a7375efc67301aae5 (diff)
parentd28e5b94a7ef90cd9e569f5c12485814fcadd70a (diff)
downloadrails-58047ebdf3da86a8ed17cb269c5d4d944d1c2d88.tar.gz
rails-58047ebdf3da86a8ed17cb269c5d4d944d1c2d88.tar.bz2
rails-58047ebdf3da86a8ed17cb269c5d4d944d1c2d88.zip
Merge pull request #18658 from senny/file_fixtures
Add `ActiveSupport::Testing::FileFixtures`.
Diffstat (limited to 'railties/test')
-rw-r--r--railties/test/generators/app_generator_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/railties/test/generators/app_generator_test.rb b/railties/test/generators/app_generator_test.rb
index 5d270555ed..4369e8362b 100644
--- a/railties/test/generators/app_generator_test.rb
+++ b/railties/test/generators/app_generator_test.rb
@@ -33,6 +33,7 @@ DEFAULT_APP_FILES = %w(
log
test/test_helper.rb
test/fixtures
+ test/fixtures/files
test/controllers
test/models
test/helpers