kevinreedy / kreedy_workstation

Apache License 2.0
0 stars 0 forks source link

Stub out Mixlib::ShellOut #12

Open kevinreedy opened 5 years ago

kevinreedy commented 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.

kevinreedy commented 5 years ago

When this is complete, add ChefSpec to CircleCI