spec/spec_helper.rb in berkshelf-5.6.5 vs spec/spec_helper.rb in berkshelf-6.0.0

- old
+ new

@@ -5,9 +5,10 @@ BERKS_SPEC_DATA = File.expand_path("../data", __FILE__) require "rspec" require "cleanroom/rspec" require "webmock/rspec" +require "rspec/its" require "berkshelf/api/rspec" unless windows? Dir["spec/support/**/*.rb"].each { |f| require File.expand_path(f) } RSpec.configure do |config|