Module: RSpecMagic::Unstable::IncludeDirContext
- Defined in:
- lib/rspec_magic/unstable/include_dir_context.rb
Overview
Organize shared contexts in a hierarchy. Import relevant shared contexts into the given test.
describe … do
include_dir_context __dir__
…
end
See the README file for more information.
Defined Under Namespace
Modules: Exports