mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
fix most deprecations in the specs (still some left)
This commit is contained in:
@@ -6,7 +6,7 @@ describe "users/omniauth_callbacks/failure.html.erb" do
|
||||
flash[:error] = I18n.t("login.omniauth_error", strategy: 'test')
|
||||
render
|
||||
|
||||
rendered.match(I18n.t("login.omniauth_error", strategy: 'test')).should be_true
|
||||
rendered.match(I18n.t("login.omniauth_error", strategy: 'test')).should_not == nil
|
||||
end
|
||||
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user