Is there a way to stub out data with these Airtable model methods? Right now if I do something like `Airtable::Model.find_by(id: {ID})` it returns nil in a test where I expected to tell me to stub out a request.