hzamani / active_record-acts_as

Simulate multi-table inheritance for activerecord models
MIT License
252 stars 86 forks source link

Move the matchers to `active_record/acts_as/matchers` #68

Closed lowjoel closed 8 years ago

lowjoel commented 8 years ago

This is for consistency with other gems, like rspec-rails, and shoulda-matchers.

Fixes #66.