Skip to content

Commit ad7bf45

Browse files
authored
Merge pull request #323 from nvisium-john-poulin/guard-fix
Fixed guardfile to close #321
2 parents 67e1365 + bc7b6d6 commit ad7bf45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Guardfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ guard "livereload", host: "railsgoat.dev", port: "35727" do
2323
end
2424

2525

26-
guard "rspec" do
26+
guard :rspec, cmd: 'bundle exec rspec' do
2727
watch(%r{^spec/.+_spec\.rb$})
2828
watch(%r{^lib/(.+)\.rb$}) { |m| "spec/lib/#{m[1]}_spec.rb" }
2929
watch("spec/spec_helper.rb") { "spec" }

0 commit comments

Comments
 (0)