annotate test/unit/ssamr_user_details_test.rb @ 166:496f1cf46503 cannam-pre-20110113-merge

* Move SoundSoftware-specific scripts from extra/svn to extra/soundsoftware
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Tue, 01 Feb 2011 16:41:30 +0000
parents 1d072f771b4d
children
rev   line source
luisf@56 1 require 'test_helper'
luisf@56 2
luisf@56 3 class SsamrUserDetailsTest < ActiveSupport::TestCase
luisf@56 4 # Replace this with your real tests.
luisf@56 5 test "User Id should be correct" do
luisf@56 6 assert_equal user_id, user.id
luisf@56 7 end
luisf@56 8 end