madeintandem / hstore_accessor

Adds typed hstore-backed field support to ActiveRecord models.
MIT License
242 stars 47 forks source link

Configure shoulda-matchers #68

Closed c0nspiracy closed 7 years ago

c0nspiracy commented 8 years ago

Since v3.0.0, shoulda-matchers no longer detects the test framework in use or mixes itself into that framework automatically.

It now requires a configuration block to be included in spec_helper to specify the frameworks and libraries in use.

See https://github.com/thoughtbot/shoulda-matchers/blob/master/NEWS.md#backward-incompatible-changes

crismali commented 7 years ago

Thanks!