class RSpec::Core::ExampleGroup
def self.include_context(name, *args, &block)
- See: SharedExampleGroup -
def self.include_context(name, *args, &block) find_and_eval_shared("context", name, caller.first, *args, &block) end
def self.include_context(name, *args, &block) find_and_eval_shared("context", name, caller.first, *args, &block) end