Class: TestProf::BeforeAll::NoopAdapter
- Inherits:
-
Object
- Object
- TestProf::BeforeAll::NoopAdapter
- Defined in:
- lib/test_prof/before_all.rb
Overview
Used in dry-run mode
Class Method Summary collapse
Class Method Details
.begin_transaction ⇒ Object
20 21 |
# File 'lib/test_prof/before_all.rb', line 20 def begin_transaction(...) end |
.rollback_transaction ⇒ Object
23 24 |
# File 'lib/test_prof/before_all.rb', line 23 def rollback_transaction(...) end |
.setup_fixtures ⇒ Object
26 27 |
# File 'lib/test_prof/before_all.rb', line 26 def setup_fixtures(...) end |