Skip to content

Commit

Permalink
CI doesn't have Sass installed.
Browse files Browse the repository at this point in the history
  • Loading branch information
mblayman committed Jun 27, 2015
1 parent 425e2df commit 8398cd6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion handroll/tests/test_composers.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,8 @@ def test_failed_sass_aborts(self, subprocess):
AbortError, composer.compose, None, source_file, output_dir)

def test_output_extension(self):
composer = SassComposer()
fake_bin = self._make_fake_sass_bin()
composer = SassComposer(fake_bin)
self.assertEqual('.css', composer.output_extension)


Expand Down

0 comments on commit 8398cd6

Please sign in to comment.