|
|
|
|
|
by lloeki
348 days ago
|
|
> I actually thought about patching the RSpec gem to remove the features I didn't like Hmm it all sounds like you'd end up bastardising Rspec into being Minitest::Spec? If you really like things like `expect().to` it's much easier to add it to Minitest::Spec (I did it back then, since there's `_().should` it's like 5-10 lines) than removing all those features and suffering the rspec weight. |
|