Top Level Namespace

Defined Under Namespace

Modules: AccessFixtureTestPatches, ApiHelper, Fixtures, Guard, Hippo, Jobba, Pluralize, Precision, RackSpecMixin, Rails, Scenic Classes: EmailValidator, SetValidator

Constant Summary collapse

TEST_TENANT =
Hippo::Tenant.find_by_slug('test') || Hippo::Tenant.create!(slug: 'test', name: 'testing tenant', email: '[email protected]')
VCR_OPTS =
{
    record: ENV["VCR_RECORD"].try(:to_sym) || :none, # This should default to :none before pushing
    allow_unused_http_interactions: false
}
HIPPO_ENV =
"test"