-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow for different testing frameworks/folders. #4
Comments
+1 for regular test::unit. |
Would welcome patches on this - it's just a matter of hooks, I guess. I don't use test::unit at all. |
More so MiniTest::Spec :) I'll take a look around. |
The relevant lines to handle are here: https://github.com/freelancing-god/combustion/blob/master/lib/combustion.rb#L19-24 |
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. |
Not everyone likes RSpec.
The text was updated successfully, but these errors were encountered: