source:
de.wigbels.ruby/contact/test/unit/contact_test.rb@
e9f5e39
Last change on this file since e9f5e39 was 7b7d827, checked in by , 11 years ago | |
---|---|
|
|
File size: 197 bytes |
Line | |
---|---|
1 | require File.dirname(__FILE__) + '/../test_helper' |
2 | |
3 | class ContactTest < Test::Unit::TestCase |
4 | fixtures :contacts |
5 | |
6 | # Replace this with your real tests. |
7 | def test_truth |
8 | assert true |
9 | end |
10 | end |
Note:
See TracBrowser
for help on using the repository browser.