Module: TestLedgerHelpers
- Defined in:
- lib/ledger_sync/test/support/test_ledger_helpers.rb
Instance Method Summary collapse
Instance Method Details
#test_ledger_client ⇒ Object
9 10 11 12 13 |
# File 'lib/ledger_sync/test/support/test_ledger_helpers.rb', line 9 def test_ledger_client LedgerSync.ledgers.test_ledger.new( api_key: 'api_key' ) end |
#test_ledger_module ⇒ Object
Ledger
5 6 7 |
# File 'lib/ledger_sync/test/support/test_ledger_helpers.rb', line 5 def test_ledger_module LedgerSync.ledgers.test_ledger.base_module end |