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.
2 parents ba52e49 + ae55d5a commit fe32a4fCopy full SHA for fe32a4f
Guardfile
@@ -6,7 +6,6 @@ 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$})
9
- 'foos'.singularize
10
watch('test/test_helper.rb') { 'test' }
11
watch('config/routes.rb') { interface_tests }
12
watch(%r{app/views/layouts/*}) { interface_tests }
0 commit comments