source: de.wigbels.ruby/contact/test/unit/contact_test.rb @ 7b7d827

Last change on this file since 7b7d827 was 7b7d827, checked in by njw <njw@…>, 10 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.