test failure reason

This commit is contained in:
Roy Kaldung 2015-12-03 16:29:29 +01:00
parent 1834bfe730
commit 4c87a8e328

View file

@ -1,6 +1,6 @@
# sync logo to fs / only if settings already exists # sync logo to fs / only if settings already exists
if ActiveRecord::Base.connection.tables.include?('settings') #if ActiveRecord::Base.connection.tables.include?('settings')
if Setting.column_names.include?('state_current') # if Setting.column_names.include?('state_current')
StaticAssets.sync # StaticAssets.sync
end # end
end #end