mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Correct invocation for new test helper
This commit is contained in:
parent
2eca2e1b7e
commit
e6056a5fee
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ module ::Guard
|
|||
|
||||
def run_spec(path)
|
||||
if File.exists?(path)
|
||||
cmd = "bundle exec bacon -Ispec -q #{path}"
|
||||
cmd = "bundle exec bacon -Ilib/pry/test -Ispec -q #{path}"
|
||||
puts cmd
|
||||
@success &&= system cmd
|
||||
puts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue