1
0
mirror of https://github.com/whippyshou/mastodon synced 2024-12-12 21:58:59 +09:00
whippy-edition/spec/controllers/api/push_controller_spec.rb

14 lines
249 B
Ruby
Raw Normal View History

2016-11-28 21:36:47 +09: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