Open kmcd opened 6 years ago
We would absolutely love a pull request to add Test::Unit support. We use Rspec for pretty much everything internally so it's unlikely that we'll implement this ourselves.
Hi @gaffneyc, I've submitted a PR for this: https://github.com/collectiveidea/interactor-rails/pull/32
The generator only generates spec files — I hate rspec 😄 .
Any chance you could support plain old
Test::Unit
before I submit a PR?