diff options
| author | felix <felix@seconddrawer.com.au> | 2011-05-11 05:31:04 +0000 |
|---|---|---|
| committer | felix <felix@seconddrawer.com.au> | 2011-05-11 05:31:04 +0000 |
| commit | d75c1ef326952ea8b0accd73a91b7fb325645d37 (patch) | |
| tree | f572beac533f2d5ad5b07c44bf4cb61b67cdc2a7 /test/test_timetrackr.rb | |
| download | timetrackr-d75c1ef326952ea8b0accd73a91b7fb325645d37.tar.gz timetrackr-d75c1ef326952ea8b0accd73a91b7fb325645d37.tar.bz2 | |
Initial commit to timetrackr.
Diffstat (limited to 'test/test_timetrackr.rb')
| -rw-r--r-- | test/test_timetrackr.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/test_timetrackr.rb b/test/test_timetrackr.rb new file mode 100644 index 0000000..b259c11 --- /dev/null +++ b/test/test_timetrackr.rb @@ -0,0 +1,7 @@ +require 'helper' + +class TestTimetrackr < Test::Unit::TestCase + should "probably rename this file and start testing for real" do + flunk "hey buddy, you should probably rename this file and start testing for real" + end +end |
