Skip to content

Instantly share code, notes, and snippets.

@parkr
Created December 17, 2012 19:42
Show Gist options
  • Select an option

  • Save parkr/4321346 to your computer and use it in GitHub Desktop.

Select an option

Save parkr/4321346 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