Skip to content

Commit 2da275c

Browse files
committed
test: fix user journey tests to support Rails 7.1
The "about" rake task was removed in e9540260
1 parent 9e64982 commit 2da275c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

test/integration/user_journey_test.sh

+7-1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,11 @@ bundle install
2323

2424
bin/rails tailwindcss:install
2525

26+
cat <<EOF >> Rakefile
27+
task :still_here do
28+
puts "Rake process did not exit early"
29+
end
30+
EOF
31+
2632
# ensure rake tasks don't exec (#188)
27-
bin/rails tailwindcss:build about | grep "About your application"
33+
bin/rails tailwindcss:build still_here | grep "Rake process did not exit early"

0 commit comments

Comments
 (0)