Skip to content

Commit

Permalink
Issue sass/libsass#151 passes now
Browse files Browse the repository at this point in the history
  • Loading branch information
Hampton Catlin committed Oct 12, 2014
1 parent 0faa96e commit 3106103
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/sass_spec/test.rb
Expand Up @@ -21,6 +21,10 @@ def run_spec_test(test_case, options = {})
exit 4
end

if test_case.todo? && (test_case.expected == output)
raise "#{test_case.input_path} passed a test we expected it to fail"
end

assert_equal test_case.expected, output, "Expected did not match output"
end

Expand Down

0 comments on commit 3106103

Please sign in to comment.