spec/rake/funnel/support/msdeploy/registry_patch_spec.rb in rake-funnel-0.21.2 vs spec/rake/funnel/support/msdeploy/registry_patch_spec.rb in rake-funnel-0.22.0

- old
+ new

@@ -1,7 +1,5 @@ -# rubocop:disable RSpec/FilePath - -describe Rake::Funnel::Support::MSDeploy::RegistryPatch do +describe Rake::Funnel::Support::MSDeploy::RegistryPatch do # rubocop:disable RSpec/FilePath before do # rubocop:disable RSpec/AnyInstance allow_any_instance_of(described_class).to receive(:warn) # rubocop:enable RSpec/AnyInstance end