summaryrefslogtreecommitdiffstats
path: root/redmine/test/unit/user_test.rb
blob: d6a2a2245aa78ac61fc397ba74129162f901e4a0 (plain)
1
2
3
4
5
6
7
8
9
10
require File.dirname(__FILE__) + '/../test_helper'

class UserTest < Test::Unit::TestCase
  fixtures :users

  # Replace this with your real tests.
  def test_truth
    assert_kind_of User, users(:first)
  end
end