Merge branch 'main' into glitch-soc/merge-upstream

This commit is contained in:
Claire
2021-11-06 00:15:38 +01:00
24 changed files with 1097 additions and 825 deletions

View File

@@ -1,7 +1,7 @@
require 'rails_helper'
RSpec.describe FetchLinkCardService, type: :service do
subject { FetchLinkCardService.new }
subject { described_class.new }
before do
stub_request(:get, 'http://example.xn--fiqs8s/').to_return(request_fixture('idn.txt'))