This commit is contained in:
Jingwen Owen Ou 2013-06-11 11:30:45 -07:00
Родитель 5dbeb7f08b
Коммит 976d0122c6
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -18,6 +18,6 @@ class Gh < Formula
end
test do
`#{bin}/gh version`.chomp == VERSION
assert_equal VERSION, `#{bin}/gh version`.split.last
end
end