diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/test_timetrackr.rb | 5 |
1 files changed, 0 insertions, 5 deletions
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 |
