mirror of
https://github.com/discourse/discourse.git
synced 2026-08-09 04:28:29 -05:00
missed a send which caused code to break
This commit is contained in:
@@ -83,7 +83,7 @@ describe SiteSetting do
|
||||
describe "scheme" do
|
||||
|
||||
it "returns http when ssl is disabled" do
|
||||
SiteSetting.expects(:use_https).returns(false)
|
||||
SiteSetting.use_https = false
|
||||
expect(SiteSetting.scheme).to eq("http")
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user