-
-
Notifications
You must be signed in to change notification settings - Fork 48
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 spec files selection before running tests #262
Support spec files selection before running tests #262
Conversation
This PR is fully functional but need a review to find a better option name, if relevant. If @dylanratcliffe is interested in merging this PR, I'll improve |
Please note that travis checks failed due to a ruby 2.5 method usage. If you want to support obsolete ruby version (2.3 is EOL since 1 year and 2.4 will be at the end of this month), I can improve the PR. |
@dylanratcliffe Have you looked to this PR? |
@dylanratcliffe Hello, what about this PR? |
fbc5944
to
6f24d7b
Compare
@dylanratcliffe I rebased my patch on top of your master. |
Hey sorry I've left this for so long. Yeah we need 2.4 to ensure Puppet 5 compatibility as @smortex mentioned. I like the functionality, but can I please get the option documented in the README? I'm happy to merge once that's done and the tests pass. I think it's another transient Appveyor error so I'll kick that off again now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just needs README then we're good to merge
Co-authored-by: Romain Tartière <romain@blogreen.org>
6467d3e
to
06d7fde
Compare
@dylanratcliffe Done! |
CI failure is unrelated to the change (transient failure). |
I'm re-running the failed tests and once they're green I'll merge |
This PR is related to #261
Before this PR, using
onceover
when you have other traditionalrspec
spec tests may be a problem if you:rspec
setup; oronceover
spec tests and traditionalrspec
testsThis PR provides a way to only include selected files from
spec/
directory, before runningonceover
.