summaryrefslogtreecommitdiff
path: root/spec/spec_helper.rb
diff options
context:
space:
mode:
authorGibheer <gibheer@gmail.com>2013-01-28 15:49:53 +0100
committerGibheer <gibheer@gmail.com>2013-01-28 15:49:53 +0100
commitb317b05f90865e1e32d0bf3516cef58c54a2fc9b (patch)
tree82e07457bc9cd44157434b2056f392373674a85e /spec/spec_helper.rb
parent001f9ebf772e2233e69055c66c405f9213dcd2c7 (diff)
use new api of class_options
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r--spec/spec_helper.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 5711e6c..733a9a9 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -1,3 +1,5 @@
+require 'bundler/setup'
+
if ENV['SIMPLECOV']
require 'simplecov'
SimpleCov.start do