Adding embedded PuSH server
This commit is contained in:
13
spec/controllers/api/push_controller_spec.rb
Normal file
13
spec/controllers/api/push_controller_spec.rb
Normal file
@ -0,0 +1,13 @@
|
||||
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
|
Reference in New Issue
Block a user