# File lib/rspec-puppet/matchers/type_matchers.rb, line 36
      def with_features(features)
        @exp_features = @exp_features | Array(features)
        self
      end