spec/spec_helper.rb in infoblox-0.5.0 vs spec/spec_helper.rb in infoblox-0.5.1
- old
+ new
@@ -3,10 +3,10 @@
# Require this file using `require "spec_helper"` to ensure that it is only
# loaded once.
#
# See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
require File.expand_path("../../lib/infoblox", __FILE__)
-Bundler.setup(:test)
+Bundler.require(:test)
if ENV['INTEGRATION']
require 'highline/import'
end
module Helper