Skip to content

Commit 1fe9b4d

Browse files
committed
Scope tests to 3.1
1 parent d702c87 commit 1fe9b4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ def test_ignores_missing_dependencies
700700
assert_includes paths, "missing.css.erb"
701701
end
702702

703-
if Sprockets::VERSION > "3"
703+
if Sprockets::VERSION > "3.1"
704704
def test_asset_path_with_index_requires_exact_logical_path
705705
Sprockets::Rails::Helper.raise_runtime_errors = true
706706
Sprockets::Rails::Helper.precompile = ["bundle/index.js"]

0 commit comments

Comments
 (0)