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

Highlight availability of ParallelTests module #773

Merged
merged 2 commits into from Aug 11, 2020

Conversation

PragTob
Copy link
Contributor

@PragTob PragTob commented Aug 11, 2020

Fixes #772

Thank you for your contribution!

Readme.md Outdated
```

_note:_ when using the standalone runners (`parallel_rspec`, `parallel_test`, ...) then the `ParallelTests` module isn't available.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I though the fix would be to drop a require 'parallel_tests' at the top of the example ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And I thought you said it might not even be available as it's not even necessarily in the Gemfile. Although, then it should still have access to the gem and if it ran with bundle exec the command itself shouldn't work so it might work... 🤔

Eh, I'm unsure but you're probably right. Good we talked about it. Say the word and I'll change it again :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added the explicit require

@grosser grosser merged commit a9ee963 into grosser:master Aug 11, 2020
@grosser
Copy link
Owner

grosser commented Aug 11, 2020

thx!

@PragTob PragTob deleted the patch-1 branch August 11, 2020 18:20
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

Successfully merging this pull request may close these issues.

ParallelTests module not available when running through parallel_rspec?
2 participants