From 6b63d50902d46763e575eca633710f9e8e8b14b1 Mon Sep 17 00:00:00 2001 From: felix Date: Tue, 17 May 2011 20:37:33 +0700 Subject: config uses string keys few sqlite fixes --- test/test_timetrackr.rb | 5 ----- 1 file changed, 5 deletions(-) (limited to 'test/test_timetrackr.rb') diff --git a/test/test_timetrackr.rb b/test/test_timetrackr.rb index 07589a4..b9fb355 100644 --- a/test/test_timetrackr.rb +++ b/test/test_timetrackr.rb @@ -66,11 +66,6 @@ class TestTimetrackr < Test::Unit::TestCase end context 'with empty db' do - setup do - File.open(@config[:path]) do |fh| - @db = YAML.load(fh) - end - end should 'not fail on current command' do assert_nothing_raised Exception do -- cgit v1.2.3