diff options
author | Sam Pohlenz <sam@sampohlenz.com> | 2011-07-01 21:56:41 +0930 |
---|---|---|
committer | Sam Pohlenz <sam@sampohlenz.com> | 2011-07-01 21:56:41 +0930 |
commit | 0613f3bcdbd077c3d961f274c390f39f1cd19a31 (patch) | |
tree | 8ff0d91943c0d3966a325f3e592f344977c36a18 /actionpack/test/fixtures/sprockets | |
parent | d5f7253206122296a050d8fe2376990710859947 (diff) | |
download | rails-0613f3bcdbd077c3d961f274c390f39f1cd19a31.tar.gz rails-0613f3bcdbd077c3d961f274c390f39f1cd19a31.tar.bz2 rails-0613f3bcdbd077c3d961f274c390f39f1cd19a31.zip |
Add tests for alternate asset prefix/environment
Diffstat (limited to 'actionpack/test/fixtures/sprockets')
-rw-r--r-- | actionpack/test/fixtures/sprockets/alternate/stylesheets/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/sprockets/alternate/stylesheets/style.css b/actionpack/test/fixtures/sprockets/alternate/stylesheets/style.css new file mode 100644 index 0000000000..bfb90bfa48 --- /dev/null +++ b/actionpack/test/fixtures/sprockets/alternate/stylesheets/style.css @@ -0,0 +1 @@ +/* Different from other style.css */
\ No newline at end of file |