view test/unit/ssamr_user_details_test.rb @ 78:f549e0ce4aad luisf

Bug #51: Unfinished and not completely tested - limits the number of displayed users to 10.
author luisf
date Tue, 14 Dec 2010 17:51:34 +0000
parents 1d072f771b4d
children
line wrap: on
line source
require 'test_helper'

class SsamrUserDetailsTest < ActiveSupport::TestCase
  # Replace this with your real tests.
  test "User Id should be correct" do
    assert_equal user_id, user.id 
  end
end