Module: TestAfterCommit::WithTransactionState

Defined in:
lib/test_after_commit/with_transaction_state.rb

Instance Method Summary collapse

Instance Method Details

#sync_with_transaction_stateObject



4
5
6
7
8
# File 'lib/test_after_commit/with_transaction_state.rb', line 4

def sync_with_transaction_state
  @reflects_state ||= []
  @reflects_state[0] = true
  super
end