git-standup: add better integration test.
This commit is contained in:
parent
8ba4dc9210
commit
9443a0dec6
1 changed files with 5 additions and 1 deletions
|
@ -12,6 +12,10 @@ class GitStandup < Formula
|
|||
end
|
||||
|
||||
test do
|
||||
system "git", "standup", "--help"
|
||||
system "git", "init"
|
||||
(testpath/"test").write "test"
|
||||
system "git", "add", "#{testpath}/test"
|
||||
system "git", "commit", "--message", "test"
|
||||
system "git", "standup", "HEAD"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue