Skip to content

Commit

Permalink
run sprockets with all versions
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorrjohn authored Jan 29, 2025
1 parent 63b76e8 commit 84709f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/shared_installer_tests.rb
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ module SharedInstallerTests
end
end

if Rails::VERSION::MAJOR <= 7

test "basic installation with Sprockets" do
with_new_rails_app(*("--asset-pipeline=sprockets" unless Rails::VERSION::MAJOR < 7)) do
File.write("app/assets/config/manifest.js", "// pre-existing\n", mode: "a+")
Expand All @@ -86,7 +86,7 @@ module SharedInstallerTests
end
end
end
end


if Rails::VERSION::MAJOR >= 7
test "basic installation with Propshaft" do
Expand Down

0 comments on commit 84709f7

Please sign in to comment.