Skip to content

Commit

Permalink
Fix invalid option: --guard (OptionParser::InvalidOption)
Browse files Browse the repository at this point in the history
  • Loading branch information
rastamhadi committed Aug 2, 2017
1 parent 3a8e6e5 commit b224b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Guardfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
guard :minitest do
guard :minitest, spring: 'bin/rails test' do
# with Minitest::Unit
watch(%r{^test/(.*)_test\.rb$})
watch(%r{^app/(.*/)?([^/]+)\.rb$}) { |m| "test/#{m[1]}#{m[2]}_test.rb" }
Expand Down

0 comments on commit b224b05

Please sign in to comment.