Skip to content

Commit

Permalink
Merge pull request #189 from Jimdo/fix-installation-of-core-plugins
Browse files Browse the repository at this point in the history
Fix test.
  • Loading branch information
R. Tyler Croy committed Sep 27, 2014
2 parents e5ab7b7 + 36b8d00 commit 4b19d5e
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
Expand Up @@ -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')}
Expand Down

0 comments on commit 4b19d5e

Please sign in to comment.