10 lines
174 B
Ruby
10 lines
174 B
Ruby
require 'spec_helper'
|
|
|
|
describe 'webfinger' do
|
|
redner_views
|
|
describe "profile" do
|
|
it 'should fetch the public webfinger profile on request' do
|
|
|
|
end
|
|
end
|
|
end
|