Fix tests issue introduced in #1607 (#1639)

This commit is contained in:
Eugen 2017-04-13 02:17:40 +02:00 committed by GitHub
parent ccaf3dbc5a
commit 5dc73339ae
1 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,12 @@
require 'rails_helper'
describe WebfingerResource do
around do |example|
before = Rails.configuration.x.local_domain
example.run
Rails.configuration.x.local_domain = before
end
describe '#username' do
describe 'with a URL value' do
it 'raises with an unrecognized route' do