mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 03:33:39 +08:00
let us not fail the spec suite cause the local provider for site settings reloads.
This commit is contained in:
parent
ca7c10df9a
commit
f9120f1250
|
@ -2,7 +2,7 @@ module SiteSettings; end
|
||||||
|
|
||||||
class SiteSettings::LocalProcessProvider
|
class SiteSettings::LocalProcessProvider
|
||||||
|
|
||||||
Setting = Struct.new(:name, :value, :data_type)
|
Setting = Struct.new(:name, :value, :data_type) unless defined? SiteSettings::LocalProcessProvider::Setting
|
||||||
|
|
||||||
def initialize
|
def initialize
|
||||||
@settings = {}
|
@settings = {}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user