Skip to content

Commit

Permalink
Mute stdout for all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Hunt committed Jan 19, 2014
1 parent 20dc09c commit 5073c55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
require 'pry'
require 'mute'
require 'coveralls'

Mute::IO.capture_stdout
Coveralls.wear!

ENV['RACK_ENV'] = 'test'

0 comments on commit 5073c55

Please sign in to comment.