Skip to content

Commit 63b76e8

Browse files
authored
Match other if statement
1 parent afe52a3 commit 63b76e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/shared_installer_tests.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ module SharedInstallerTests
7373
end
7474
end
7575

76-
if Rails::VERSION::MAJOR < 8
76+
if Rails::VERSION::MAJOR <= 7
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+")

0 commit comments

Comments
 (0)