Skip to content

Commit

Permalink
[#12] added test for python_workaround, but just a stub
Browse files Browse the repository at this point in the history
  • Loading branch information
thmttch committed Sep 7, 2014
1 parent 6787f39 commit b2e24b7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions spec/default_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b2e24b7

Please sign in to comment.