aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/testing/file_fixtures_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* applies new string literal convention in activesupport/testXavier Noria2016-08-061-2/+2
| | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default.
* Pathname might not be always initialized.Vít Ondruch2016-07-041-0/+2
| | | | Require 'pathname' explicitly
* Do not depend on Rails git repository layout in ActiveSupport tests.Vít Ondruch2016-07-011-2/+2
|
* introduce `ActiveSupport::Testing::FileFixtures`.Yves Senn2015-01-281-0/+28
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.