Skip to content

Commit 84709f7

Browse files
authored
run sprockets with all versions
1 parent 63b76e8 commit 84709f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: test/shared_installer_tests.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ module SharedInstallerTests
7373
end
7474
end
7575

76-
if Rails::VERSION::MAJOR <= 7
76+
7777
test "basic installation with Sprockets" do
7878
with_new_rails_app(*("--asset-pipeline=sprockets" unless Rails::VERSION::MAJOR < 7)) do
7979
File.write("app/assets/config/manifest.js", "// pre-existing\n", mode: "a+")
@@ -86,7 +86,7 @@ module SharedInstallerTests
8686
end
8787
end
8888
end
89-
end
89+
9090

9191
if Rails::VERSION::MAJOR >= 7
9292
test "basic installation with Propshaft" do

0 commit comments

Comments
 (0)