mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: remove the timecop gem
We should only have one way of mocking time, misuse of timecop was causing build stability issues
This commit is contained in:
@@ -128,10 +128,6 @@ describe SiteSetting do
|
||||
SiteSetting.force_https = true
|
||||
end
|
||||
|
||||
after do
|
||||
SiteSetting.force_https = false
|
||||
end
|
||||
|
||||
describe '#use_https' do
|
||||
it 'should act as a proxy to the new methods' do
|
||||
expect(SiteSetting.use_https).to eq(true)
|
||||
|
||||
Reference in New Issue
Block a user