Skip to content

Commit

Permalink
jenkins: add basic test
Browse files Browse the repository at this point in the history
  • Loading branch information
DomT4 committed Aug 6, 2015
1 parent 693095a commit 0750d7f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Formula/jenkins.rb
Expand Up @@ -56,6 +56,10 @@ def plist; <<-EOS.undent

def caveats; <<-EOS.undent
Note: When using launchctl the port will be 8080.
EOS
EOS
end

test do
assert_match /#{version}/, shell_output("#{bin}/jenkins --version")
end
end

0 comments on commit 0750d7f

Please sign in to comment.