added simplecov for test coverge report

This commit is contained in:
Mark Moser
2016-08-16 15:20:16 -05:00
parent a3d1363842
commit c7111ad7ad
5 changed files with 30 additions and 12 deletions

View File

@ -15,7 +15,7 @@
#
# and, you'll have to watch "config/Guardfile" instead of "Guardfile"
guard :minitest, spring: "bin/rails test", all_after_pass: true, all_on_start: false do
guard :minitest, spring: true, all_after_pass: true, all_on_start: false do
watch(%r{^test/test_helper\.rb$}) { 'test' }
watch(%r{^test/(.*)\/?(.*)_test\.rb$})