diff --git a/test/compilation_test.rb b/test/compilation_test.rb index 653a443e..67f905c8 100644 --- a/test/compilation_test.rb +++ b/test/compilation_test.rb @@ -3,7 +3,7 @@ require 'test_helper' class CompilationTest < Test::Unit::TestCase def test_compilation path = 'vendor/assets/stylesheets' - %w(bootstrap bootstrap-responsive).each do |file| + %w(bootstrap).each do |file| engine = Sass::Engine.for_file("#{path}/#{file}.scss", syntax: :scss, load_paths: [path]) assert_nothing_raised do engine.render