brainspec / enumerize

Enumerated attributes with I18n and ActiveRecord/Mongoid support
MIT License
1.72k stars 190 forks source link

Use class inheritance to define Minitest specs. #410

Closed nashby closed 1 year ago

nashby commented 1 year ago

https://github.com/brainspec/enumerize/commit/28dd2247ec03ef9a7e74266060d443ed8df1c2b4 this commit introduced an issue where mititest specs that were defined with describe weren't running. I couldn't figure out what's the reason but since we use both RSpec and Minitest it's better to stick to separate spec definitions.

nashby commented 1 year ago

Will do separate PRs for these changes.