pyenv icon indicating copy to clipboard operation
pyenv copied to clipboard

"chef exec rspec ." fails

Open mromero-convoso opened this issue 4 years ago • 0 comments

:ghost: Brief Description

It seems that rspec support has not been added for this cookbook. Lots of errors whenever "pyenv_user_install" resource is used.

:pancakes: Cookbook version

3.4.2

:woman_cook: Chef-Infra Version

17.2.29

:tophat: Platform details

Operating system distribution and release version. Cloud provider if running in the cloud.

Steps To Reproduce

Steps to reproduce the behavior:

Create a cookbook which incorporates the pyenv community cookbook, with a recipe containing "pyenv_user_install ''"

Execute "chef exec rspec ." from the root of the cookbook folder.

:police_car: Expected behavior

If the "default_spec.rb" has been created correctly, the tests should pass.

mromero-convoso avatar Jun 30 '21 19:06 mromero-convoso