Skip to content

Commit fe32a4f

Browse files
committed
Merge branch 'following-users'
2 parents ba52e49 + ae55d5a commit fe32a4f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Guardfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ require "active_support/inflector"
66
# Defines the matching rules for Guard.
77
guard :minitest, all_on_start: false do
88
watch(%r{^test/(.*)/?(.*)_test\.rb$})
9-
'foos'.singularize
109
watch('test/test_helper.rb') { 'test' }
1110
watch('config/routes.rb') { interface_tests }
1211
watch(%r{app/views/layouts/*}) { interface_tests }

0 commit comments

Comments
 (0)