diff options
| author | Teddy Wing | 2018-01-31 21:08:30 +0100 |
|---|---|---|
| committer | Teddy Wing | 2018-01-31 21:08:30 +0100 |
| commit | 948c511df10913548ad8646b14daaa992ff695d8 (patch) | |
| tree | f305bae9b4a832ce60044195b694e63f3f4ec6e1 /test/command_test.rb | |
| parent | e820b8a2c7901e25231b68274fa3c853573e4fa0 (diff) | |
| parent | 873325ebce6d0451263d115a8f02f40e0a6fbd40 (diff) | |
| download | hcl-948c511df10913548ad8646b14daaa992ff695d8.tar.bz2 | |
Merge branch 'log-for-past-days--squashed--v2' into twtw
Diffstat (limited to 'test/command_test.rb')
| -rw-r--r-- | test/command_test.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/command_test.rb b/test/command_test.rb index 8536286..94ff673 100644 --- a/test/command_test.rb +++ b/test/command_test.rb @@ -31,11 +31,6 @@ class CommandTest < HCl::TestCase assert_equal "taco.time: now\n", standard_output end - def test_log_failure - HCl::DayEntry.expects(:with_timer).returns(stub) - assert_raises(HCl::CommandError) { log "stuff" } - end - def test_tasks FileUtils.rm_rf ENV['HCL_DIR']+"/cache" register_uri(:get, '/daily', {:day_entries=>[], :projects=> [{ |
