mirror of
https://github.com/jnunemaker/httparty
synced 2023-03-27 23:23:07 -04:00
Fix guardfile
This commit is contained in:
parent
0f705e64c3
commit
2ad2803862
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
||||||
rspec_options = {
|
rspec_options = {
|
||||||
version: 1,
|
|
||||||
all_after_pass: false,
|
all_after_pass: false,
|
||||||
all_on_start: false
|
all_on_start: false,
|
||||||
|
failed_mode: :keep,
|
||||||
|
cmd: 'bundle exec rspec',
|
||||||
}
|
}
|
||||||
|
|
||||||
guard 'rspec', rspec_options do
|
guard 'rspec', rspec_options do
|
||||||
|
|
Loading…
Add table
Reference in a new issue