1
0
Fork 1
mirror of https://github.com/mastodon/mastodon.git synced 2025-01-25 14:59:20 +00:00
mastodon/spec/controllers/api/push_controller_spec.rb

14 lines
249 B
Ruby
Raw Normal View History

2016-11-28 13:36:47 +01:00
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