Module: TestProf::AnyFixture::DSL
- Defined in:
- lib/test_prof/any_fixture/dsl.rb
Overview
Adds “global” ‘fixture`, `before_fixtures_reset` and `after_fixtures_reset` methods (through refinement)
Defined Under Namespace
Modules: Methods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
39 40 41 |
# File 'lib/test_prof/any_fixture/dsl.rb', line 39 def self.included(base) base.include Methods end |