Improve the test description for the outputs_ext test
This commit is contained in:
parent
824d9f6ca8
commit
10e5ecfe53
|
@ -48,7 +48,7 @@ CSS
|
||||||
end
|
end
|
||||||
|
|
||||||
context "determining the output file extension" do
|
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")
|
assert_equal ".css", converter.output_ext(".always-css")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue