Skip to content

Instantly share code, notes, and snippets.

@SunDi3yansyah
Created September 6, 2014 13:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SunDi3yansyah/8582393baf9dcb582a3a to your computer and use it in GitHub Desktop.
Save SunDi3yansyah/8582393baf9dcb582a3a to your computer and use it in GitHub Desktop.
Test gist for octopress gist tag
@@ -590,7 +590,7 @@ class SpritesTest < Test::Unit::TestCase
it "should generate a sprite from nested folders" do
css = render <<-SCSS
- @import "nested/*.png";
+ @import "nested/**/*.png";
@include all-nested-sprites;
SCSS
assert_correct css, <<-CSS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment