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

Add an expectation to a test #228

Closed tbotaq closed 3 years ago

tbotaq commented 3 years ago

The original test works well enough as a test for the commit .

But it might be a little clearer for its readers if the test has its own expectation. So I added an expectation that shows us what the commit did, tweaking its description as well.

kbrock commented 3 years ago

thank you