method
describe
v4.0.2 -
Show latest stable
- Class:
ActiveSupport::Testing::Declarative
describe(text)public
No documentation available.
# File activesupport/lib/active_support/testing/declarative.rb, line 9
def self.describe(text)
class_eval def self.name "#{text}" end, __FILE__, __LINE__ + 1
end