diff options
Diffstat (limited to 'actionview/test/fixtures/public/elsewhere')
-rw-r--r-- | actionview/test/fixtures/public/elsewhere/cools.js | 1 | ||||
-rw-r--r-- | actionview/test/fixtures/public/elsewhere/file.css | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/actionview/test/fixtures/public/elsewhere/cools.js b/actionview/test/fixtures/public/elsewhere/cools.js new file mode 100644 index 0000000000..6e12fe29c4 --- /dev/null +++ b/actionview/test/fixtures/public/elsewhere/cools.js @@ -0,0 +1 @@ +// cools.js
\ No newline at end of file diff --git a/actionview/test/fixtures/public/elsewhere/file.css b/actionview/test/fixtures/public/elsewhere/file.css new file mode 100644 index 0000000000..6aea0733b1 --- /dev/null +++ b/actionview/test/fixtures/public/elsewhere/file.css @@ -0,0 +1 @@ +/*file.css*/
\ No newline at end of file |