lib/plsql/spec/cli.rb in ruby-plsql-spec-0.2.1 vs lib/plsql/spec/cli.rb in ruby-plsql-spec-0.3.0

- old
+ new

@@ -74,13 +74,13 @@ speccommand = "rspec" end if files.empty? say "Running all specs from spec/", :yellow - puts run("#{speccommand} spec", :verbose => false) + puts run("#{speccommand} spec", :verbose => false, :capture => true) else say "Running specs from #{files.join(', ')}", :yellow - puts run("#{speccommand} #{files.join(' ')}", :verbose => false) + puts run("#{speccommand} #{files.join(' ')}", :verbose => false, :capture => true) end if options[:html] say "Test results in #{spec_output_filename}" end \ No newline at end of file