source: de.wigbels.ruby/contact/test/unit/contact_test.rb@ 8f3c501

Last change on this file since 8f3c501 was 7b7d827, checked in by njw <njw@…>, 11 years ago

opened projects: hothotwrite and contact

  • Property mode set to 100644
File size: 197 bytes
Line 
1require File.dirname(__FILE__) + '/../test_helper'
2
3class ContactTest < Test::Unit::TestCase
4 fixtures :contacts
5
6 # Replace this with your real tests.
7 def test_truth
8 assert true
9 end
10end
Note: See TracBrowser for help on using the repository browser.