Skip to content
This repository has been archived by the owner on Sep 3, 2020. It is now read-only.

Commit

Permalink
Run guard specs using bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
nullstyle committed Jul 22, 2015
1 parent 0d04692 commit 4682e28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Guardfile
@@ -1,5 +1,5 @@
guard :rspec, cmd: 'rspec' do
guard :rspec, cmd: 'bundle exec rspec' do
watch(%r{^spec/.+_spec\.rb$})
watch(%r{^lib/(.+)\.rb$}) { |m| "spec/lib/#{m[1]}_spec.rb" }
watch('spec/spec_helper.rb') { "spec" }
end
end

0 comments on commit 4682e28

Please sign in to comment.