Module: Airtable::ORM::Testing

Defined in:
lib/airtable/orm/testing/stub_helpers.rb

Overview

Opt-in RSpec test support: require "airtable/orm/testing". Depends on rspec-mocks at runtime, which is why the directory is ignored by the gem's Zeitwerk loader.

Defined Under Namespace

Modules: StubHelpers

Class Attribute Summary collapse

Class Attribute Details

.schema_fixture_pathObject

Absolute path to a JSON dump of /v0/meta/bases/:id/tables — the host points this at its own fixture before using stub_airtable_schema.



11
12
13
# File 'lib/airtable/orm/testing/stub_helpers.rb', line 11

def schema_fixture_path
  @schema_fixture_path
end