mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-23 16:58:06 +01:00
6 lines
139 B
Ruby
6 lines
139 B
Ruby
require 'rails_helper'
|
|
|
|
RSpec.describe AuthorizeFollowController, type: :controller do
|
|
describe 'GET #new'
|
|
describe 'POST #create'
|
|
end
|