comparison test/unit/ssamr_user_details_test.rb @ 1484:51364c0cd58f redmine-2.4-integration

Merge from live branch. Still need to merge manually in files overridden by plugins.
author Chris Cannam
date Wed, 15 Jan 2014 09:59:14 +0000
parents 1d072f771b4d
children
comparison
equal deleted inserted replaced
1464:261b3d9a4903 1484:51364c0cd58f
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