Add stubs for remaining webmention types

This commit is contained in:
2023-07-06 21:14:23 +10:00
parent bee8adc407
commit 0083443168
4 changed files with 27 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
# frozen_string_literal: true
#
RSpec.describe Adamantium::WebmentionRequestParser do
include Dry::Monads[:result]
subject { described_class.new }
@@ -39,4 +39,3 @@ RSpec.describe Adamantium::WebmentionRequestParser do
end
end
end