spec/rake/funnel/support/argument_mapper/styles/styles_spec.rb in rake-funnel-0.22.2 vs spec/rake/funnel/support/argument_mapper/styles/styles_spec.rb in rake-funnel-0.22.3

- old
+ new

@@ -1,4 +1,6 @@ +# frozen_string_literal: true + Rake::Funnel::Support::ArgumentMapper::Styles.constants.reject { |x| x == :MSDeploy }.each do |style| style_path = Rake::Funnel::Support::ArgumentMapper::Styles.const_get(style) describe style_path do subject do Rake::Funnel::Support::Mapper.new(style)