1
0
mirror of https://github.com/funamitech/mastodon synced 2024-12-12 21:59:04 +09:00
YuruToot/spec/controllers/xrd_controller_spec.rb
2016-02-25 00:17:01 +01:00

12 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