collectiveidea / interactor-rails

Interactor Rails provides Rails support for the Interactor gem.
MIT License
437 stars 46 forks source link

Test::Unit not supported #22

Open kmcd opened 6 years ago

kmcd commented 6 years ago

The generator only generates spec files — I hate rspec 😄 .

Any chance you could support plain old Test::Unit before I submit a PR?

gaffneyc commented 5 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.

ukazap commented 4 years ago

Hi @gaffneyc, I've submitted a PR for this: https://github.com/collectiveidea/interactor-rails/pull/32