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

1.10.2 has an extra space in pip package output #1043

Closed
unixorn opened this issue Sep 10, 2016 · 1 comment · Fixed by #1112
Closed

1.10.2 has an extra space in pip package output #1043

unixorn opened this issue Sep 10, 2016 · 1 comment · Fixed by #1112
Milestone

Comments

@unixorn
Copy link

unixorn commented Sep 10, 2016

With kitchen 1.10.2 as installed by ChefDK, I'm seeing another display error, this time when checking if Pip Packages are installed. There's an extra space between package and the name of the package as shown below:

✔  Pip Package  awscli should be installed

should be

✔  Pip Package awscli should be installed

This is with the following test stanza:

describe pip 'awscli' do
  it { should be_installed }
end

It also has the same extra space in failing pip package tests.

@unixorn
Copy link
Author

unixorn commented Sep 21, 2016

Thanks!

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 a pull request may close this issue.

2 participants