let us not fail the spec suite cause the local provider for site settings reloads.

This commit is contained in:
Sam 2013-07-04 16:49:17 +10:00
parent ca7c10df9a
commit f9120f1250

View file

@ -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 = {}