spec/spec_helper.rb in knife-changelog-2.0.0 vs spec/spec_helper.rb in knife-changelog-4.0.0

- old
+ new

@@ -1,10 +1,9 @@ # frozen_string_literal: true -require 'knife/changelog/changelog' -require 'knife/changelog/berksfile' require 'knife/changelog/policyfile' +require 'rexml/document' require 'webmock/rspec' WebMock.disable_net_connect!(allow_localhost: true) # This file was generated by the `rspec --init` command. Conventionally, all