active-hash / active_hash

A readonly ActiveRecord-esque base class that lets you use a hash, a Yaml file or a custom file as the datasource
MIT License
1.2k stars 179 forks source link

Fix rspec config when SKIP_ACTIVE_RECORD enabled #258

Closed yujideveloper closed 2 years ago

yujideveloper commented 2 years ago

Overview

I fixed rspec config when SKIP_ACTIVE_RECORD enabled. It broke at #256.

Reproduce command

SKIP_ACTIVE_RECORD=1 bundle exec rspec

Expected behavior

All examples are passed.

Actual behavior

All examples are failed.

yujideveloper commented 2 years ago

I updated PR's description. And I rebased my branch.