To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / test / unit / ssamr_user_details_test.rb @ 442:753f1380d6bc

History | View | Annotate | Download (198 Bytes)

1
require 'test_helper'
2

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