-
Notifications
You must be signed in to change notification settings - Fork 105
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
(PDK-1442) Add basic interactive pdk bundle test #736
Conversation
Seems that Ruby on Windows doesn't include |
Closing for now, can reopen when we loop back to this later. |
@rodjek Looks like you need to guard this on platform (Error on Windows)
|
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.
The require statements need guarding on platform
16e710d
to
7fba244
Compare
de2a54d
to
77f4daf
Compare
Starts an interactive
pry
session, generates some output and adds an expectation on the contents of the output. It's not the most rspecy test, but we can extract it into a matcher later if we end up creating a lot more of these tests.