mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 01:55:46 +08:00
fix most deprecations in the specs (still some left)
This commit is contained in:
@ -87,6 +87,6 @@ describe DiscourseSingleSignOn do
|
||||
url.should == @sso_url
|
||||
|
||||
sso = DiscourseSingleSignOn.parse(payload)
|
||||
sso.nonce.should_not be_nil
|
||||
sso.nonce.should_not == nil
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user