# File lib/rspec-puppet/matchers/type_matchers.rb, line 24
      def with_properties(props)
        @exp_properties = @exp_properties | Array(props)
        self
      end