about summary refs log tree commit diff
path: root/spec/controllers/activitypub/inboxes_controller_spec.rb
blob: 5c12fea7df8457451c4742d62b6231c7f1c28ad4 (plain) (blame)
1
2
3
4
5
6
7
require 'rails_helper'

RSpec.describe ActivityPub::InboxesController, type: :controller do
  describe 'POST #create' do
    pending
  end
end