mirror of
https://iceshrimp.dev/blueb/Chuckya-fe-standalone.git
synced 2026-01-11 05:23:14 -08:00
11 lines
178 B
Ruby
11 lines
178 B
Ruby
require 'rails_helper'
|
|
|
|
RSpec.describe XrdController, type: :controller do
|
|
describe 'GET #host_meta' do
|
|
pending
|
|
end
|
|
|
|
describe 'GET #webfinger' do
|
|
pending
|
|
end
|
|
end
|