We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7c95ad commit 8c76f47Copy full SHA for 8c76f47
lib/plsql/spec/cli.rb
@@ -76,10 +76,10 @@ def run_tests(*files)
76
77
if files.empty?
78
say "Running all specs from spec/", :yellow
79
- puts run("#{speccommand} spec", :verbose => false)
+ puts run("#{speccommand} spec", :verbose => false, :capture => true)
80
else
81
say "Running specs from #{files.join(', ')}", :yellow
82
- puts run("#{speccommand} #{files.join(' ')}", :verbose => false)
+ puts run("#{speccommand} #{files.join(' ')}", :verbose => false, :capture => true)
83
end
84
85
if options[:html]
0 commit comments