Просмотр исходного кода

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

master
Yamagishi Kazutoshi 7 лет назад
committed by Eugen Rochko
Родитель
Сommit
6a4b224397
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      spec/lib/webfinger_resource_spec.rb

+ 1
- 1
spec/lib/webfinger_resource_spec.rb Просмотреть файл

@@ -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


Загрузка…
Отмена
Сохранить