mini color adjustment

This commit is contained in:
2022-12-23 21:52:02 +02:00
parent 730b49a8bb
commit ab05618c45
5 changed files with 9 additions and 8 deletions

View File

@ -1,5 +1,3 @@
guard :minitest , all_on_start: false do
sys_tests = "test/integration"
# with Minitest::Unit
@ -8,4 +6,7 @@ guard :minitest , all_on_start: false do
watch(%r{^app/models/merged/([^/]+)\.rb$}) { |m| Dir["test/models/#{m[1]}*_test.rb"] }
watch(%r{^app/views/merged/([^/]+)\/([^/]+)\.haml$}){ |m| Dir["test/integration/#{m[1]}_#{m[2]}_test.rb"] }
watch(%r{^test/test_helper\.rb$}) { 'test' }
notification :off
end