Better express that the converter always outputs css

This commit is contained in:
Matt Rogers 2014-01-15 22:49:33 -06:00
parent 4afe39e461
commit 824d9f6ca8
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ CSS
context "determining the output 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