diff --git a/spec/default_spec.rb b/spec/default_spec.rb index 5312df0..ed2462b 100644 --- a/spec/default_spec.rb +++ b/spec/default_spec.rb @@ -81,6 +81,15 @@ expect(chef_run).to create_remote_file_if_missing(installer_path) end + it 'has a workaround for python: https://github.com/thmttch/chef-continuum-anaconda/issues/12' do + pending('How do you include a cookbook for testing purposes only?') + + chef_run.converge('python::default') + chef_run.converge(described_recipe) + + # TODO test that python_pip[setuptools] is removed/disabled + end + end end