Better express that the converter always outputs css
This commit is contained in:
parent
4afe39e461
commit
824d9f6ca8
|
|
@ -49,7 +49,7 @@ CSS
|
||||||
|
|
||||||
context "determining the output file extension" do
|
context "determining the output file extension" do
|
||||||
should "output .css file extension" do
|
should "output .css file extension" do
|
||||||
assert_equal ".css", converter.output_ext(".sass")
|
assert_equal ".css", converter.output_ext(".always-css")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue