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
Overview
Base module
Defined Under Namespace
Modules: ContextManagement, InContext Classes: Context, NoContextFound
Constant Summary collapse
- VERSION =
Version of the gem
'1.1.0.3'
Class Method Summary collapse
-
.included(base) ⇒ Object
private
Inclusion convenience of the gem in RSpec.
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
12 13 14 |
# File 'lib/rspec_in_context.rb', line 12 def self.included(base) base.include(RspecInContext::InContext) end |