Improve the test description for the outputs_ext test

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

View File

@ -48,7 +48,7 @@ CSS
end
context "determining the output file extension" do
should "output .css file extension" do
should "always outputs the .css file extension" do
assert_equal ".css", converter.output_ext(".always-css")
end
end