1
0
Fork 1
mirror of https://github.com/mastodon/mastodon.git synced 2025-01-23 14:13:12 +00:00
mastodon/spec/controllers/api/push_controller_spec.rb
2016-11-28 13:36:47 +01:00

13 lines
249 B
Ruby

require 'rails_helper'
RSpec.describe Api::PushController, type: :controller do
describe 'POST #update' do
context 'with hub.mode=subscribe' do
pending
end
context 'with hub.mode=unsubscribe' do
pending
end
end
end