spec/rake/funnel/support/argument_mapper/styles/msdeploy_spec.rb in rake-funnel-0.21.0 vs spec/rake/funnel/support/argument_mapper/styles/msdeploy_spec.rb in rake-funnel-0.21.1

- old
+ new

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