9 lines
160 B
Ruby
9 lines
160 B
Ruby
describe 'webfinger' do
|
|
redner_views
|
|
|
|
describe "profile" do
|
|
it 'should fetch the public webfinger profile on request' do
|
|
post
|
|
end
|
|
end
|
|
end
|