Skip to content

Commit

Permalink
guard file update for 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
windy committed Sep 29, 2014
1 parent b319c6b commit 8829ab6
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
Expand Up @@ -8,7 +8,7 @@ guard 'rails' do
end


guard :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" }
Expand Down

0 comments on commit 8829ab6

Please sign in to comment.