We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0653d82 commit 37c98c3Copy full SHA for 37c98c3
test/integration/user_install_test.sh
@@ -63,6 +63,9 @@ fi
63
bin/rails generate scaffold post title:string body:text published:boolean
64
grep -q "Show" app/views/posts/index.html.erb
65
66
+# TEST: the "accept_confirm" system test change was applied cleanly
67
+grep -q "accept_confirm { click_on \"Destroy this post\"" test/system/posts_test.rb
68
+
69
# TEST: contents of the css file
70
bin/rails tailwindcss:build[verbose]
71
grep -q "py-2" app/assets/builds/tailwind.css
0 commit comments