1
0
Fork 0
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:
☈king 2012-12-06 13:28:15 -06:00 committed by rking@sharpsaw.org
parent 2eca2e1b7e
commit e6056a5fee

View file

@ -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