# File lib/rspec-puppet/matchers/create_generic.rb, line 56
      def that_comes_before(resource)
        @befores.concat(Array(resource))
        self
      end