From 10e5ecfe53ac104bdbc64fbac624697e0e536836 Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Wed, 15 Jan 2014 22:49:33 -0600 Subject: [PATCH] Improve the test description for the outputs_ext test --- test/test_sass.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_sass.rb b/test/test_sass.rb index 63e172e7..d13fbcfe 100644 --- a/test/test_sass.rb +++ b/test/test_sass.rb @@ -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