aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/testing/file_fixtures.rb
Commit message (Collapse)AuthorAgeFilesLines
* Improve readability of docs by using code tag [ci skip]Prakash Laxkar2015-09-291-1/+1
|
* 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.