diff options
| author | felix <felix@seconddrawer.com.au> | 2011-05-17 13:37:33 +0000 |
|---|---|---|
| committer | felix <felix@seconddrawer.com.au> | 2011-05-17 13:37:33 +0000 |
| commit | 6b63d50902d46763e575eca633710f9e8e8b14b1 (patch) | |
| tree | 5fe1fafd5b727aa6ed43c1f8f872f3a04c8d4aab /test/test_timetrackr.rb | |
| parent | 19fc94dd1285e19df253eb8d3c3ddd7d43f17f8d (diff) | |
| download | timetrackr-6b63d50902d46763e575eca633710f9e8e8b14b1.tar.gz timetrackr-6b63d50902d46763e575eca633710f9e8e8b14b1.tar.bz2 | |
config uses string keys
few sqlite fixes
Diffstat (limited to 'test/test_timetrackr.rb')
| -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 |
