Skip to content
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

Closed
ericpeters0n opened this issue Jan 4, 2017 · 5 comments
Closed

Support for Minitest? #78

ericpeters0n opened this issue Jan 4, 2017 · 5 comments

Comments

@ericpeters0n
Copy link

yes/no/maybe/already?

@pat
Copy link
Owner

pat commented Jan 4, 2017

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.

@ericpeters0n
Copy link
Author

ericpeters0n commented Jan 4, 2017 via email

@jmervine
Copy link

jmervine commented Feb 23, 2017

FWIW, I was able to use this with Minitest by creating a test/test_helper.rb file, which I required in each of my tests files...

#file: test/test_helper.rb
require "combustion"
Combustion.path = "test/internal"
Combustion.initialize! :all

Note; I'm only testing Railties here, not submitting http requests, so I'm not sure about that.

@pat
Copy link
Owner

pat commented Mar 2, 2017

Thanks for sharing that Joshua, great to hear it's working for you :)

@fschwahn
Copy link

I did exactly the same, also works flawlessly. I'm doing integration tests, however I'm not using activerecord.

@pat pat closed this as completed Jan 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants