-
Notifications
You must be signed in to change notification settings - Fork 168
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
Minitest support #49
Comments
Doesn't appear to out of the box, but take a look at the rspec.rb and cucumber.rb files for an example of what's needed to add support. Essentially just need a way to start and reset it at specific spots of a test run. |
@elfassy, looks like puffing-billy will work with minitest-rails-capybara. You just need to specify the driver to use one of the *_billy versions. Please try it out and report back. If it works well, we can update the README with a |
I gave this a shot and extracted this gist... https://gist.github.com/sauy7/1b081266dd453a1b737b It could probably use some tidying up but it might help someone get started. |
Thanks @sauy7, I'll add that link to the README. |
I'm trying to get billy working with minitest. I keep getting |
Looks like adding |
Good catch, looks like that should be a runtime dependency. Please submit a PR if you get a chance. Thanks! |
This seems a separate issue. I'll create a new one. I did get puffing-billy working with minitest, fyi. |
I opened #108 for the problem I was running into integrating this with minitest |
Update to v0.6.1 for this support. |
Could you update the docs with the setup for MiniTest? 🥲 |
Does this gem work with minitest? Thanks
The text was updated successfully, but these errors were encountered: