aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/testing/file_fixtures.rb
Commit message (Collapse)AuthorAgeFilesLines
* introduce `ActiveSupport::Testing::FileFixtures`.Yves Senn2015-01-281-0/+34
It's a thin layer to provide easy access to sample files throughout test-cases. This adds the directory `test/fixtures/files` to newly generated applications.