1
0
mirror of https://github.com/funamitech/mastodon synced 2024-11-30 07:49:04 +09:00
YuruToot/spec/controllers/api/salmon_controller_spec.rb

8 lines
134 B
Ruby

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