Skip to content
Snippets Groups Projects
Commit 5dc73339 authored by Eugen's avatar Eugen Committed by GitHub
Browse files

Fix tests issue introduced in #1607 (#1639)

parent ccaf3dbc
No related branches found
No related tags found
No related merge requests found
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment