Module: Test::Spec
- Includes:
- Focused
- Defined in:
- lib/test/spec/version.rb,
lib/test/spec.rb
Defined Under Namespace
Modules: Focused, RailsHelper Classes: CustomShould, DefinitionError, Disabled, Empty, Failure, FocusedTestCase, Pending, Should, ShouldNot, TestCase
Constant Summary collapse
- VERSION =
"0.4.1"- CONTEXTS =
:nodoc:
{}
- SHARED_CONTEXTS =
:nodoc:
Hash.new { |h,k| h[k] = [] }