Refactor micropub specific things out to a slice
This commit is contained in:
@@ -9,7 +9,7 @@ RSpec.describe Adamantium::Syndication::Mastodon do
|
||||
|
||||
describe "syndication to mastodon" do
|
||||
let(:post) {
|
||||
Adamantium::Entities::PostRequest.new(
|
||||
Micropub::Entities::PostRequest.new(
|
||||
h: "h-type",
|
||||
action: nil,
|
||||
name: "My Post",
|
||||
|
Reference in New Issue
Block a user