From bfba73c1e368955dcd25a8e31b3c8a40c9071ee2 Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Tue, 7 Jun 2011 11:22:33 -0700 Subject: [PATCH] Ignore charset in blueprint files --- test/integrations/compass_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integrations/compass_test.rb b/test/integrations/compass_test.rb index ebe2bc54..c8f4f5f8 100644 --- a/test/integrations/compass_test.rb +++ b/test/integrations/compass_test.rb @@ -57,7 +57,7 @@ class CompassTest < Test::Unit::TestCase assert_no_errors css_file, :blueprint end each_sass_file do |sass_file| - assert_renders_correctly sass_file + assert_renders_correctly sass_file, :ignore_charset => true end end end