mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
parent
6a89f574da
commit
a99861f1b1
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -12,7 +12,7 @@ task :default => [:test]
|
|||
|
||||
def run_specs paths
|
||||
format = ENV['VERBOSE'] ? '--format documentation ' : ''
|
||||
sh "rspec -w #{format}#{paths.join ' '}"
|
||||
sh "bundle exec rspec #{format}#{paths.join ' '}"
|
||||
end
|
||||
|
||||
desc "Run tests"
|
||||
|
|
Loading…
Reference in a new issue