fix most deprecations in the specs (still some left)

This commit is contained in:
Régis Hanol
2014-09-25 17:44:48 +02:00
parent dd5872eecb
commit de76b512c1
121 changed files with 859 additions and 856 deletions
@@ -49,7 +49,7 @@ describe Auth::FacebookAuthenticator do
result = authenticator.after_authenticate(hash)
result.user.should be_nil
result.user.should == nil
result.extra_data[:name].should == "bob bob"
end
end
@@ -50,7 +50,7 @@ describe Auth::GoogleOAuth2Authenticator do
authenticator = described_class.new
result = authenticator.after_authenticate(hash)
result.user.should be_nil
result.user.should == nil
result.extra_data[:name].should == "Jane Doe"
end
end