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,12 +522,12 @@ describe Compass::Sprites do
render <<-SCSS
@import "prefix/*.png";
a {
@include squares-sprite(20-by-20)
@include squares-sprite(20-by-20);
}
SCSS
end.should raise_error Compass::Error
end
it "should generate sprite with bad repeat-x dimensions" do
css = render <<-SCSS
$ko-starbg26x27-repeat: repeat-x;