spec/spec_helper.rb in r10k-3.13.0 vs spec/spec_helper.rb in r10k-3.14.0

- old
+ new

@@ -17,9 +17,10 @@ require 'r10k' Dir.glob(File.expand_path('spec/shared-examples/**/*.rb', PROJECT_ROOT)).each { |file| require file } require 'shared-contexts/git-fixtures' +require 'shared-contexts/tarball' require 'matchers/exit_with' require 'matchers/match_realpath' require 'r10k-mocks' # Add a negated version of the change matcher.