Browse Source

Fix tests issue introduced in #1607 (#1639)

closed-social-glitch-2
Eugen 7 years ago
committed by GitHub
parent
commit
5dc73339ae
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      spec/lib/webfinger_resource_spec.rb

+ 6
- 0
spec/lib/webfinger_resource_spec.rb 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

Loading…
Cancel
Save