Class: TestProf::BeforeAll::NoopAdapter

Inherits:
Object
  • Object
show all
Defined in:
lib/test_prof/before_all.rb

Overview

Used in dry-run mode

Class Method Summary collapse

Class Method Details

.begin_transactionObject



20
21
# File 'lib/test_prof/before_all.rb', line 20

def begin_transaction(...)
end

.rollback_transactionObject



23
24
# File 'lib/test_prof/before_all.rb', line 23

def rollback_transaction(...)
end

.setup_fixturesObject



26
27
# File 'lib/test_prof/before_all.rb', line 26

def setup_fixtures(...)
end