You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
249 B

  1. require 'rails_helper'
  2. RSpec.describe Api::PushController, type: :controller do
  3. describe 'POST #update' do
  4. context 'with hub.mode=subscribe' do
  5. pending
  6. end
  7. context 'with hub.mode=unsubscribe' do
  8. pending
  9. end
  10. end
  11. end