spec/spec_helper.rb in berkshelf-5.2.0 vs spec/spec_helper.rb in berkshelf-5.3.0
- old
+ new
@@ -2,9 +2,11 @@
def windows?
!!(RUBY_PLATFORM =~ /mswin|mingw|windows/)
end
+BERKS_SPEC_DATA = File.expand_path("../data", __FILE__)
+
Spork.prefork do
require 'rspec'
require 'cleanroom/rspec'
require 'webmock/rspec'
require 'berkshelf/api/rspec' unless windows?