We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e64982 commit 2da275cCopy full SHA for 2da275c
test/integration/user_journey_test.sh
@@ -23,5 +23,11 @@ bundle install
23
24
bin/rails tailwindcss:install
25
26
+cat <<EOF >> Rakefile
27
+task :still_here do
28
+ puts "Rake process did not exit early"
29
+end
30
+EOF
31
+
32
# ensure rake tasks don't exec (#188)
-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