]> git.openstreetmap.org Git - rails.git/blobdiff - vendor/plugins/open_id_authentication/test/status_test.rb
Update OpenID authentication plugin to latest version
[rails.git] / vendor / plugins / open_id_authentication / test / status_test.rb
diff --git a/vendor/plugins/open_id_authentication/test/status_test.rb b/vendor/plugins/open_id_authentication/test/status_test.rb
deleted file mode 100644 (file)
index b1d5e09..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-require File.dirname(__FILE__) + '/test_helper'
-
-class StatusTest < Test::Unit::TestCase
-  include OpenIdAuthentication
-
-  def test_state_conditional
-    assert Result[:missing].missing?
-    assert Result[:missing].unsuccessful?
-    assert !Result[:missing].successful?
-
-    assert Result[:successful].successful?
-    assert !Result[:successful].unsuccessful?
-  end
-end
\ No newline at end of file