Skip to content

Commit

Permalink
gollum: revision for go
Browse files Browse the repository at this point in the history
  • Loading branch information
DomT4 committed Jan 19, 2016
1 parent 4606528 commit 37d6b6c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Formula/gollum.rb
Expand Up @@ -5,6 +5,8 @@ class Gollum < Formula
homepage "https://github.com/trivago/gollum"
url "https://github.com/trivago/gollum/archive/v0.4.1.tar.gz"
sha256 "73b5d4f7fa600d4d6182a80f5cea29f84296d2acf1fb9dd841beafd2620e66b6"
revision 1

head "https://github.com/trivago/gollum.git"

bottle do
Expand Down Expand Up @@ -151,6 +153,6 @@ def install
Stream: "profile"
EOS

assert_match /parsed as ok/, shell_output("#{bin}/gollum -tc #{testpath}/test.conf")
assert_match "parsed as ok", shell_output("#{bin}/gollum -tc #{testpath}/test.conf")
end
end

0 comments on commit 37d6b6c

Please sign in to comment.