summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorBryan McLellan <btm@opscode.com>2011-10-01 09:25:59 -0700
committerBryan McLellan <btm@opscode.com>2011-10-01 09:25:59 -0700
commit2f84542c0b0223e2720e3bc9af019d4418bd52c5 (patch)
treeed471d6a30280ae07764240c07873258ffc10f25 /spec
parentb696b220e386bfd9c15667f04479753956592595 (diff)
downloadmixlib-log-2f84542c0b0223e2720e3bc9af019d4418bd52c5.tar.gz
require explicit rspec for testing
Diffstat (limited to 'spec')
-rw-r--r--spec/spec_helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 8640957..c26a4f0 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -20,6 +20,7 @@
$TESTING=true
$:.push File.join(File.dirname(__FILE__), '..', 'lib')
+require 'rspec'
require 'mixlib/log'
require 'mixlib/log/formatter'