- def test_login_windowslive_suspended
- user = create(:user, :suspended, :auth_provider => "windowslive", :auth_uid => "1234567890")
- OmniAuth.config.add_mock(:windowslive, :uid => user.auth_uid)
+ def test_login_microsoft_suspended
+ user = create(:user, :suspended, :auth_provider => "microsoft", :auth_uid => "1234567890")
+ OmniAuth.config.add_mock(:microsoft, :uid => user.auth_uid)