source: ruby/trunk/rails/cancerehr/test/unit/user_test.rb@ 57

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

add_user

File size: 175 bytes
Line 
1require File.dirname(__FILE__) + '/../test_helper'
2
3class UserTest < 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.