Method: FactoryBot.test_run_id

Defined in:
lib/ledger_sync/test/support/factory_bot.rb

.test_run_id(*appends, **keywords) ⇒ Object



101
102
103
104
105
106
# File 'lib/ledger_sync/test/support/factory_bot.rb', line 101

def self.test_run_id(*appends, **keywords)
  @test_run_id ||= rand_id(
    *appends,
    **keywords, include_test_run_id: false
  )
end