diff options
author | Yves Senn <yves.senn@gmail.com> | 2015-01-23 15:45:34 +0100 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2015-01-28 12:29:34 +0100 |
commit | d28e5b94a7ef90cd9e569f5c12485814fcadd70a (patch) | |
tree | c483c37f26a98e4bad4671869067bf6f07216cc6 /activesupport/test/file_fixtures | |
parent | 71a84206ab4d3488ac0d522a7375efc67301aae5 (diff) | |
download | rails-d28e5b94a7ef90cd9e569f5c12485814fcadd70a.tar.gz rails-d28e5b94a7ef90cd9e569f5c12485814fcadd70a.tar.bz2 rails-d28e5b94a7ef90cd9e569f5c12485814fcadd70a.zip |
introduce `ActiveSupport::Testing::FileFixtures`.
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.
Diffstat (limited to 'activesupport/test/file_fixtures')
-rw-r--r-- | activesupport/test/file_fixtures/sample.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/test/file_fixtures/sample.txt b/activesupport/test/file_fixtures/sample.txt new file mode 100644 index 0000000000..0fa80e7383 --- /dev/null +++ b/activesupport/test/file_fixtures/sample.txt @@ -0,0 +1 @@ +sample file fixture |