Fix randomly fail (regression from #3560) (#3580)

lolsob-rspec
Yamagishi Kazutoshi 2017-06-05 17:03:36 +09:00 committed by Eugen Rochko
parent 49dee153d3
commit d4f2db0902
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ describe WebfingerResource do
before_web = Rails.configuration.x.web_domain
example.run
Rails.configuration.x.local_domain = before_local
Rails.configuration.x.webdomain = before_web
Rails.configuration.x.web_domain = before_web
end
describe '#username' do