# File lib/rspec-puppet/matchers/create_generic.rb, line 41
      def that_notifies(resource)
        @notifies.concat(Array(resource))
        self
      end