Skip to content

Commit

Permalink
require explicit rspec for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
btm committed Oct 1, 2011
1 parent b696b22 commit 2f84542
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
$TESTING=true
$:.push File.join(File.dirname(__FILE__), '..', 'lib')

require 'rspec'
require 'mixlib/log'
require 'mixlib/log/formatter'

Expand Down

0 comments on commit 2f84542

Please sign in to comment.