Open kevinreedy opened 5 years ago
ChefSpec isn't passing, as Mixlib::Shellout isn't stubbed properly at https://github.com/kevinreedy/kreedy_workstation/blob/787b15140e94feb26ebc6dd33190622f85b200d6/recipes/macos_app_store.rb#L22-L24. This needs to be stubbed and another test case added to check for a failed run if not signed in.
When this is complete, add ChefSpec to CircleCI
ChefSpec isn't passing, as Mixlib::Shellout isn't stubbed properly at https://github.com/kevinreedy/kreedy_workstation/blob/787b15140e94feb26ebc6dd33190622f85b200d6/recipes/macos_app_store.rb#L22-L24. This needs to be stubbed and another test case added to check for a failed run if not signed in.