Merge branch 'master' into rails31

* master:
  Revert "Disable 1.8.7 and rbx for now."
  Ignore charset in blueprint files
  This file has utf-8 chars in the comments.
  Fix encoding issue.
This commit is contained in:
Chris Eppstein 2011-06-07 11:23:33 -07:00
commit 24ed97d920
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
rvm:
- 1.8.7
- 1.9.2
- jruby
- rbx
- ree

View File

@ -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