Skip to content

Commit

Permalink
removing log hell
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermesilveira committed Aug 30, 2010
1 parent f9e7304 commit fb3c219
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/spec/spec_helper.rb
Expand Up @@ -56,3 +56,6 @@ def respond_with_status(response_code)

config.include(ResponseMatchers)
end

# Change output logger
Restfulie::Common::Logger.logger = ActiveSupport::BufferedLogger.new(File.join(File.dirname(__FILE__), "logs", "spec.log"))

0 comments on commit fb3c219

Please sign in to comment.