class UserTest::ProfileTest
Public Instance Methods
setup_profile()
click to toggle source
# File test-unit-3.3.4/sample/test_user.rb, line 15 def setup_profile @user += ": profile" end
test_has_profile()
click to toggle source
# File test-unit-3.3.4/sample/test_user.rb, line 19 def test_has_profile assert_match(/: profile/, @user) end