1
0
mirror of https://github.com/whippyshou/mastodon synced 2024-12-02 00:38:27 +09:00
whippy-edition/spec/controllers/api/subscriptions_controller_spec.rb

12 lines
186 B
Ruby
Raw Normal View History

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