RetroMocha / obvious

Obvious is a clean architecture.
MIT License
264 stars 16 forks source link

Replace RSpec with Minitest #49

Closed brianknapp closed 2 years ago

brianknapp commented 2 years ago

I think it might be good to move from rspec to minitest. Tests would run a bit faster and we'd have fewer dependencies (probably). Also I kind of enjoy the simplicity of plain old minitest.