sass / libsass-net

A lightweight wrapper around libsass
MIT License
94 stars 35 forks source link

Check expected errors in spec tests #43

Closed am11 closed 8 years ago

am11 commented 8 years ago

This was missed. It was checking the empty output strings in case when error was true. Note that the compiler is not matching the expected error message string for 36 specs, therefore we are not asserting the ErrorMessage value match (and passing the error file content to theory) until those are aligned. Asserting on existence of error file in spec is enough for now.