mini color adjustment
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user