-
Notifications
You must be signed in to change notification settings - Fork 49
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
Support for Minitest? #78
Comments
I've not used Combustion with Minitest, nor does anything within it exist specifically for that purpose, but patches are very much welcome. It was discussed briefly in #4, but nothing detailed. |
Thanks for the reply. I’ll poke at it to explore feasibility and effort when I get a chance! :)
|
FWIW, I was able to use this with Minitest by creating a #file: test/test_helper.rb
require "combustion"
Combustion.path = "test/internal"
Combustion.initialize! :all
|
Thanks for sharing that Joshua, great to hear it's working for you :) |
I did exactly the same, also works flawlessly. I'm doing integration tests, however I'm not using activerecord. |
yes/no/maybe/already?
The text was updated successfully, but these errors were encountered: