about summary refs log tree commit diff
path: root/spec/controllers/api/subscriptions_controller_spec.rb
blob: 16995c687dadbcc7b57a0509740ce621e53f4fc2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
require 'rails_helper'

RSpec.describe Api::SubscriptionsController, type: :controller do
  describe 'GET #show' do
    pending
  end

  describe 'POST #update' do
    pending
  end
end