Skip to content

Commit ae55d5a

Browse files
committed
Add note, remove superfluous line
1 parent 671be1d commit ae55d5a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Guardfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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+
15
require "active_support/inflector"
26
# Defines the matching rules for Guard.
37
guard :minitest, all_on_start: false do
48
watch(%r{^test/(.*)/?(.*)_test\.rb$})
5-
'foos'.singularize
69
watch('test/test_helper.rb') { 'test' }
710
watch('config/routes.rb') { interface_tests }
811
watch(%r{app/views/layouts/*}) { interface_tests }

0 commit comments

Comments
 (0)