Fix Setting fixtures, correct seed.rb

This commit is contained in:
Karl Erik Õunapuu 2020-08-12 11:29:33 +03:00
parent ee602db93b
commit 4c9fc76283
4 changed files with 137 additions and 15 deletions

View file

@ -26,9 +26,6 @@ require 'rake'
Rake::Task.clear
Rails.application.load_tasks
Setting.address_processing = false
Setting.registry_country_code = 'US'
class CompanyRegisterClientStub
Company = Struct.new(:registration_number)