summaryrefslogtreecommitdiffstats
path: root/test/command_test.rb
AgeCommit message (Collapse)Author
2018-01-31Remove `test_log_failure`log-for-past-daysTeddy Wing
Delete this test because I've rewritten the `Commands#log` method to no longer use timers.
2018-01-31Commands#start: Remove date argumentTeddy Wing
I had added the 'date' argument because I wanted it for the `log` command, which delegates to `#start`, but now have put that directly in `#log`. As such, it's no longer needed here and the method can be reverted back to what it was before.
2018-01-28test_start: Update expected method call arguments with `spent_at`Teddy Wing
Now that we're passing in `spent_at`, the expected arguments should include it.
2015-06-01This test was failing b/c the year is now 2015- now ought to work any year.Nick C. Kaye
2014-04-21fix build on 1.9.3 and rbxZack Hobson
2014-04-21coverage gameZack Hobson
2014-02-04CommandTest#task_test: mock the full http stack instead of an internal methodZack Hobson
2014-01-29command_test: fix stop yesterday testZack Hobson
2014-01-27fix: crash when stopping a timer the next dayZack Hobson
2014-01-26confirm timer cancel, closes #47Zack Hobson
2013-12-27non-global API for net accessZack Hobson
2013-12-27pass http client into instance commandsZack Hobson
2013-12-27command:better stop testZack Hobson
2013-12-26timesheet_resource: resource scopesZack Hobson
2013-12-26Revert "timesheet_resource: API improvements"Zack Hobson
This reverts commit eada20ef66ade0b9a98ef5f03256a73ce428244b.
2013-12-26timesheet_resource: API improvementsZack Hobson
2013-12-20log: check for a running timer.Zack Hobson
2013-12-10silence during testing!Zack Hobson
2013-12-10minitestZack Hobson
2013-11-22test coverage for timesheet resource and command edge casesZack Hobson
2013-11-21coverage tests for app, command, task.Zack Hobson
2013-11-21Test and dev improvementsZack Hobson
* removed dependency on shoulda * added bundler support for dev/testing * test coverage reporting * added some command tests