diaspora/spec/models/webfinger_spec.rb
2010-07-16 21:33:57 -07:00

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