Skip to content

Instantly share code, notes, and snippets.

@atomic-penguin
Created March 26, 2014 20:46

Revisions

  1. atomic-penguin created this gist Mar 26, 2014.
    3 changes: 3 additions & 0 deletions python_pip_spec.rb
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    it 'installs python package foo with pip' do
    expect(chef_run).to install_python_pip('foo')
    end