Skip to content

Commit

Permalink
Fix test.
Browse files Browse the repository at this point in the history
Fixes broken tests for voxpupuli#188
  • Loading branch information
Jan Brauer committed Sep 27, 2014
1 parent f8ddab1 commit 36b8d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/defines/jenkins_plugin_spec.rb
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@
let(:params) { { :version => '1.2.3' } }

it { should contain_exec('download-myplug').with(
:command => 'rm -rf myplug myplug.* && wget --no-check-certificate http://updates.jenkins-ci.org/download/plugins/myplug/1.2.3/myplug.hpi',
:command => 'rm -rf myplug myplug.hpi myplug.jpi && wget --no-check-certificate http://updates.jenkins-ci.org/download/plugins/myplug/1.2.3/myplug.hpi',
:environment => nil
) }
it { should contain_file('/var/lib/jenkins/plugins/myplug.hpi')}

0 comments on commit 36b8d00

Please sign in to comment.