source: ruby/trunk/rails/cancerehr/test/unit/person_test.rb@ 60

Last change on this file since 60 was 60, checked in by KOBAYASHI, Shinji, 16 years ago

add people scaffold

File size: 177 bytes
Line 
1require File.dirname(__FILE__) + '/../test_helper'
2
3class PersonTest < ActiveSupport::TestCase
4 # Replace this with your real tests.
5 def test_truth
6 assert true
7 end
8end
Note: See TracBrowser for help on using the repository browser.