<feed xmlns='http://www.w3.org/2005/Atom'>
<title>hcl/test/command_test.rb, branch log-for-past-days</title>
<subtitle>Command-line tool for manipulating Harvest timesheets</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/hcl/'/>
<entry>
<title>Remove `test_log_failure`</title>
<updated>2018-01-31T19:37:52+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-01-31T19:37:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/hcl/commit/?id=51bb50a586b117db18e1c2dbbfc9152191b5a7c5'/>
<id>51bb50a586b117db18e1c2dbbfc9152191b5a7c5</id>
<content type='text'>
Delete this test because I've rewritten the `Commands#log` method to no
longer use timers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Delete this test because I've rewritten the `Commands#log` method to no
longer use timers.
</pre>
</div>
</content>
</entry>
<entry>
<title>Commands#start: Remove date argument</title>
<updated>2018-01-31T19:30:13+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-01-31T19:24:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/hcl/commit/?id=bf1c536b08aa89f59b8b1303f1ce4cd7b32907cc'/>
<id>bf1c536b08aa89f59b8b1303f1ce4cd7b32907cc</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>test_start: Update expected method call arguments with `spent_at`</title>
<updated>2018-01-28T10:59:08+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-01-28T10:59:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/hcl/commit/?id=0f54e98411de3282e4f295b7164acb75483e935f'/>
<id>0f54e98411de3282e4f295b7164acb75483e935f</id>
<content type='text'>
Now that we're passing in `spent_at`, the expected arguments should
include it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that we're passing in `spent_at`, the expected arguments should
include it.
</pre>
</div>
</content>
</entry>
<entry>
<title>This test was failing b/c the year is now 2015- now ought to work any year.</title>
<updated>2015-06-02T00:00:40+00:00</updated>
<author>
<name>Nick C. Kaye</name>
</author>
<published>2015-06-01T19:21:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/hcl/commit/?id=bc29b19c842fc9954e28251570cdee841f7e9a09'/>
<id>bc29b19c842fc9954e28251570cdee841f7e9a09</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix build on 1.9.3 and rbx</title>
<updated>2014-04-21T22:57:49+00:00</updated>
<author>
<name>Zack Hobson</name>
</author>
<published>2014-04-21T22:57:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/hcl/commit/?id=065d0823f2b7d4c766b281c2c828bdf87bc10a40'/>
<id>065d0823f2b7d4c766b281c2c828bdf87bc10a40</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>coverage game</title>
<updated>2014-04-21T22:44:03+00:00</updated>
<author>
<name>Zack Hobson</name>
</author>
<published>2014-04-21T22:31:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/hcl/commit/?id=d3a47641290396abeb5ccb2964350a6f5a4ddb86'/>
<id>d3a47641290396abeb5ccb2964350a6f5a4ddb86</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CommandTest#task_test: mock the full http stack instead of an internal method</title>
<updated>2014-02-04T18:45:19+00:00</updated>
<author>
<name>Zack Hobson</name>
</author>
<published>2014-02-04T18:45:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/hcl/commit/?id=34de47f901292fb5f8e4147a0d3cd608b50da790'/>
<id>34de47f901292fb5f8e4147a0d3cd608b50da790</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>command_test: fix stop yesterday test</title>
<updated>2014-01-29T18:06:51+00:00</updated>
<author>
<name>Zack Hobson</name>
</author>
<published>2014-01-29T18:06:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/hcl/commit/?id=20556078f1614b57cf331884a6f346fec4579d4b'/>
<id>20556078f1614b57cf331884a6f346fec4579d4b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: crash when stopping a timer the next day</title>
<updated>2014-01-27T15:45:06+00:00</updated>
<author>
<name>Zack Hobson</name>
</author>
<published>2014-01-27T15:45:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/hcl/commit/?id=36b95d194373c2f76c71a6ffdae5df4f91402340'/>
<id>36b95d194373c2f76c71a6ffdae5df4f91402340</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>confirm timer cancel, closes #47</title>
<updated>2014-01-26T18:11:32+00:00</updated>
<author>
<name>Zack Hobson</name>
</author>
<published>2014-01-26T18:07:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/hcl/commit/?id=300ff2b3e1ccd190f361f47ef2eb640d7e141073'/>
<id>300ff2b3e1ccd190f361f47ef2eb640d7e141073</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
