pat / combustion

Simple, elegant testing for Rails Engines
MIT License
708 stars 51 forks source link

Allow for different testing frameworks/folders. #4

Closed pat closed 11 years ago

pat commented 13 years ago

Not everyone likes RSpec.

tc commented 12 years ago

+1 for regular test::unit.

pat commented 12 years ago

Would welcome patches on this - it's just a matter of hooks, I guess. I don't use test::unit at all.

metaskills commented 12 years ago

More so MiniTest::Spec :) I'll take a look around.

pat commented 12 years ago

The relevant lines to handle are here: https://github.com/freelancing-god/combustion/blob/master/lib/combustion.rb#L19-24

pat commented 11 years ago

Closing this as there's not been much noise on this, and I'm not sure all the hooks can actually be applied to Test::Unit (and perhaps MiniTest too). Pull requests with patches for either are certainly welcome, but it's certainly not a priority for me.