Skip to content

Commit bc7b6d6

Browse files
Fixed guardfile to close #321
1 parent 67e1365 commit bc7b6d6

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)