class RSpec::Core::ExampleGroup
def self.include_context(name, *args)
- See: SharedExampleGroup -
def self.include_context(name, *args) block_given? ? block_not_supported("context") : find_and_eval_shared("context", name, *args) end
def self.include_context(name, *args) block_given? ? block_not_supported("context") : find_and_eval_shared("context", name, *args) end