spec/rake/funnel/support/argument_mapper/styles/msdeploy_spec.rb in rake-funnel-0.21.2 vs spec/rake/funnel/support/argument_mapper/styles/msdeploy_spec.rb in rake-funnel-0.22.0

- old
+ new

@@ -1,7 +1,5 @@ -# rubocop:disable RSpec/FilePath - -describe Rake::Funnel::Support::Mapper::Styles::MSDeploy do +describe Rake::Funnel::Support::Mapper::Styles::MSDeploy do # rubocop:disable RSpec/FilePath subject { Rake::Funnel::Support::Mapper.new(:MSDeploy) } describe 'no arguments' do it 'should convert no args to []' do expect(subject.map).to match_array([])