Skip to content

Commit 68871df

Browse files
committed
Merge pull request #10 from sue445/feature/cmd_option
guardが動いていなかったのを修正
2 parents d290cd2 + 32dba27 commit 68871df

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
@@ -1,6 +1,6 @@
11

22

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

0 commit comments

Comments
 (0)