module TestAfterCommit::WithTransactionState
Public Instance Methods
sync_with_transaction_state()
click to toggle source
Calls superclass method
# File lib/test_after_commit/with_transaction_state.rb, line 4 def sync_with_transaction_state @reflects_state ||= [] @reflects_state[0] = true super end