update rails and restore guard 'run on start'

This commit is contained in:
Mark Moser
2016-08-22 11:46:21 -05:00
parent 8209a2293b
commit 1aca2d98d3
3 changed files with 45 additions and 45 deletions

View File

@ -29,7 +29,7 @@ guard 'livereload' do
end
end
guard :minitest, spring: true, all_after_pass: true, all_on_start: false do
guard :minitest, spring: true, all_after_pass: true do
watch(%r{^test/test_helper\.rb$}) { 'test' }
watch(%r{^test/(.*)\/?(.*)_test\.rb$})