diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2012-06-16 09:09:38 -0700 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2012-06-16 09:09:38 -0700 |
commit | bebfa5c62b6795997bf0ee8830d64e665bc1245b (patch) | |
tree | ffa4b78fdfeb3aef1d28c1c5179dafd866286c66 /actionpack/test/fixtures | |
parent | 27846d89ffbd73071e8541f8b251fa4b6d279203 (diff) | |
parent | afb053b4d388137830320ed8dd49a40dc29a962c (diff) | |
download | rails-bebfa5c62b6795997bf0ee8830d64e665bc1245b.tar.gz rails-bebfa5c62b6795997bf0ee8830d64e665bc1245b.tar.bz2 rails-bebfa5c62b6795997bf0ee8830d64e665bc1245b.zip |
Merge pull request #6752 from steveklabnik/fix_5680
Respect absolute paths in compute_source_path.
Diffstat (limited to 'actionpack/test/fixtures')
-rw-r--r-- | actionpack/test/fixtures/public/foo/baz.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/public/foo/baz.css b/actionpack/test/fixtures/public/foo/baz.css new file mode 100644 index 0000000000..b5173fbef2 --- /dev/null +++ b/actionpack/test/fixtures/public/foo/baz.css @@ -0,0 +1,3 @@ +body { +background: #000; +} |