Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove timer test
  • Loading branch information
justincampbell committed Jan 28, 2015
1 parent a149a79 commit 15123c0
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions test/pomodoro_test.bats
Expand Up @@ -6,14 +6,3 @@ load test_helper
[ $status -eq 0 ]
echo "$output" | grep "pomodoro"
}

@test "starts a timer and checks the status" {
run $pomodoro start

[ $status -eq 0 ]

run $pomodoro status

[ $status -eq 0 ]
echo "$output" | grep "^25 🍅 $"
}

0 comments on commit 15123c0

Please sign in to comment.