mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05: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
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ module SiteSettings; end
|
|||
|
||||
class SiteSettings::LocalProcessProvider
|
||||
|
||||
Setting = Struct.new(:name, :value, :data_type)
|
||||
Setting = Struct.new(:name, :value, :data_type) unless defined? SiteSettings::LocalProcessProvider::Setting
|
||||
|
||||
def initialize
|
||||
@settings = {}
|
||||
|
|
Loading…
Reference in a new issue