recruiter login + index

This commit is contained in:
Mark Moser
2016-07-31 09:56:02 -05:00
parent c9375937fa
commit 0107c601b3
11 changed files with 179 additions and 7 deletions

View File

@@ -15,7 +15,7 @@
#
# and, you'll have to watch "config/Guardfile" instead of "Guardfile"
guard :minitest, spring: true, all_after_pass: true do
guard :minitest, spring: true do # , all_after_pass: true
watch(%r{^test/test_helper\.rb$}) { 'test' }
watch(%r{^test/(.*)\/?(.*)_test\.rb$})
watch(%r{^app/(.*/)?([^/]+)\.rb$}) { |m| "test/#{m[1]}#{m[2]}_test.rb" }