Skip to content

Commit 20615e2

Browse files
committed
Define the right API for the compressor
1 parent c85db78 commit 20615e2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/sassc_rails_test.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,5 +324,7 @@ def test_globbed_imports_work_when_globbed_file_is_added
324324
end
325325
end
326326

327-
class TestCompressor; end
327+
class TestCompressor
328+
def self.call(*); end
329+
end
328330
end

0 commit comments

Comments
 (0)