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 0f989d4 commit 3a7ed31Copy full SHA for 3a7ed31
Guardfile
@@ -0,0 +1,3 @@
1
+guard :minitest, all_on_start: false do
2
+ watch(%r{^test/(.*)test(.*)\.rb$})
3
+end
0 commit comments