view test/unit/ssamr_user_details_test.rb @ 1427:2599a11ef11a biblio_alt_search_auth

Fixes Bug #762 - was replacing the whole content of the span, including the tag itself (which was being used as the "anchor").
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Tue, 08 Oct 2013 17:06:37 +0100
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