root/test/test_vintage.rb
| Revision 1, 169 bytes (checked in by jeremymcanal..@gmail.com, 7 months ago) |
|---|
| Line | |
|---|---|
| 1 | require File.dirname(__FILE__) + '/test_helper.rb' |
| 2 | |
| 3 | class TestVintage < Test::Unit::TestCase |
| 4 | |
| 5 | def setup |
| 6 | end |
| 7 | |
| 8 | def test_truth |
| 9 | assert true |
| 10 | end |
| 11 | end |
Note: See TracBrowser for help on using the browser.
