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 671be1d commit ae55d5aCopy full SHA for ae55d5a
Guardfile
@@ -1,8 +1,11 @@
1
+# This is the Guardfile for the 7th edition of the Rails Tutorial.
2
+# For the 6th edition, see here:
3
+# https://github.com/learnenough/sample_app_6th_ed/blob/main/Guardfile
4
+
5
require "active_support/inflector"
6
# Defines the matching rules for Guard.
7
guard :minitest, all_on_start: false do
8
watch(%r{^test/(.*)/?(.*)_test\.rb$})
- 'foos'.singularize
9
watch('test/test_helper.rb') { 'test' }
10
watch('config/routes.rb') { interface_tests }
11
watch(%r{app/views/layouts/*}) { interface_tests }
0 commit comments