[Source]
# File lib/test/spec.rb, line 485 485: def context(name, &block) # :doc: 486: (Test::Spec::CONTEXTS[name] ||= Test::Spec::TestCase.new(name)).add(&block) 487: end
[Validate]