added semi colon
This commit is contained in:
parent
5d2db94bc0
commit
04ab1e30f2
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user