@@ -1115,7 +1115,6 class UserTest < ActiveSupport::TestCase | |||
|
1115 | 1115 | end |
|
1116 | 1116 | |
|
1117 | 1117 | if Object.const_defined?(:OpenID) |
|
1118 | ||
|
1119 | 1118 | def test_setting_identity_url |
|
1120 | 1119 | normalized_open_id_url = 'http://example.com/' |
|
1121 | 1120 | u = User.new( :identity_url => 'http://example.com/' ) |
@@ -1144,9 +1143,7 class UserTest < ActiveSupport::TestCase | |||
|
1144 | 1143 | u = User.new( :identity_url => 'this is not an openid url' ) |
|
1145 | 1144 | assert u.identity_url.blank? |
|
1146 | 1145 | end |
|
1147 | ||
|
1148 | 1146 | else |
|
1149 | 1147 | puts "Skipping openid tests." |
|
1150 | 1148 | end |
|
1151 | ||
|
1152 | 1149 | end |
General Comments 0
You need to be logged in to leave comments.
Login now