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 61cadc1 commit a6baeb5Copy full SHA for a6baeb5
test/integration/user_journey_test.sh
@@ -55,3 +55,9 @@ fi
55
# TEST: presence of the generated file
56
bin/rails generate scaffold post title:string body:text published:boolean
57
grep -q "Show this post" app/views/posts/index.html.erb
58
+
59
+# TEST: contents of the css file
60
+bin/rails tailwindcss:build[verbose]
61
+grep -q "py-2" app/assets/builds/tailwind.css
62
63
+echo "OK"
0 commit comments