Skip to content

Commit

Permalink
Merge pull request #383 from jhoblitt/maint/fix-acceptance-cli-path
Browse files Browse the repository at this point in the history
fix acceptance test path prefix for jenkins-cli.jar
  • Loading branch information
R. Tyler Croy committed Oct 6, 2015
2 parents 971194e + 17d528b commit bc85ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acceptance/class_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class {'jenkins':
}
end

describe file('/usr/share/jenkins/jenkins-cli.jar') do
describe file('/usr/lib/jenkins/jenkins-cli.jar') do
it { should be_file }
end

Expand Down

0 comments on commit bc85ddc

Please sign in to comment.