Skip to content

Commit

Permalink
using new RSpec style for the logging capture
Browse files Browse the repository at this point in the history
  • Loading branch information
TwP committed Jan 7, 2012
1 parent e3abf19 commit 6ed99e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/spec_helper.rb
Expand Up @@ -5,14 +5,14 @@
require 'rubygems'
require 'logging'
require 'rspec'
require 'spec/logging_helper'
require 'rspec/logging_helper'

require File.expand_path('../../lib/servolux', __FILE__)

include Logging.globally

RSpec.configure do |config|
include Spec::LoggingHelper
include RSpec::LoggingHelper
config.capture_log_messages

# == Mock Framework
Expand Down

0 comments on commit 6ed99e0

Please sign in to comment.