Skip to content

Commit

Permalink
Assertion that precompile didn’t Warn.
Browse files Browse the repository at this point in the history
Test for issue Compass#219 and Compass#220.
  • Loading branch information
Craig McNamara committed Jan 9, 2015
1 parent 2876998 commit bce5f36
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/compass_rails_spec.rb
Expand Up @@ -21,6 +21,9 @@
assert_match '.letters-a', css
assert_match '.letters-a', css
end

# No warnings printed to the log
assert_equal 0, File.size(project.file('log/development.log'))
end
end

Expand Down

0 comments on commit bce5f36

Please sign in to comment.