Module: RspecInContext

Defined in:
lib/rspec_in_context.rb,
lib/rspec_in_context/version.rb,
lib/rspec_in_context/in_context.rb,
lib/rspec_in_context/context_management.rb,
lib/rspec_in_context/formatters/documentation_formatter_patch.rb

Overview

Base module

Defined Under Namespace

Modules: ContextManagement, Formatters, InContext Classes: AmbiguousContextName, Context, Error, InvalidContextName, MissingDefinitionBlock, NoContextFound

Constant Summary collapse

VERSION =

Version of the gem

"1.2.2".freeze

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Inclusion convenience of the gem in RSpec



16
17
18
# File 'lib/rspec_in_context.rb', line 16

def self.included(base)
  base.include(RspecInContext::InContext)
end