added semi colon

This commit is contained in:
Scott Davis 2011-04-02 10:08:10 -04:00
parent 5d2db94bc0
commit 04ab1e30f2

View File

@ -522,7 +522,7 @@ describe Compass::Sprites do
render <<-SCSS render <<-SCSS
@import "prefix/*.png"; @import "prefix/*.png";
a { a {
@include squares-sprite(20-by-20) @include squares-sprite(20-by-20);
} }
SCSS SCSS
end.should raise_error Compass::Error end.should raise_error Compass::Error