diff options
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=> [{ | 
