From 9bff1cf658af798b0e59e5b9b32180fc7dab0213 Mon Sep 17 00:00:00 2001 From: Vinicius Baggio Date: Fri, 25 Feb 2011 14:57:49 -0300 Subject: [PATCH] Fixing assertion in integration test --- test/integration/omniauthable_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/omniauthable_test.rb b/test/integration/omniauthable_test.rb index 5ac35e8c..63d811bd 100644 --- a/test/integration/omniauthable_test.rb +++ b/test/integration/omniauthable_test.rb @@ -116,7 +116,7 @@ class OmniauthableIntegrationTest < ActionController::IntegrationTest visit "/users/sign_in" click_link "Sign in with Facebook" - assert '/q/users/auth/facebook', current_url + assert_equal '/q/users/auth/facebook', current_url end # The following two tests are commented because OmniAuth's test