# File lib/active_support/testing/declarative.rb, line 9
            def self.describe(text)
              class_eval "def self.name\n\"\#{text}\"\nend\n", __FILE__, __LINE__ + 1
            end