cours0708/P5B/ruby/3dossmanno_annuaire/test/unit/utilisateur_test.rb

11 lines
205 B
Ruby
Raw Normal View History

2008-11-25 21:11:16 +00:00
require File.dirname(__FILE__) + '/../test_helper'
class UtilisateurTest < Test::Unit::TestCase
fixtures :utilisateurs
# Replace this with your real tests.
def test_truth
assert true
end
end