11 lines
190 B
Ruby
11 lines
190 B
Ruby
require 'spec_helper'
|
|
|
|
describe RequestsController do
|
|
redner_views
|
|
|
|
describe "profile" do
|
|
it 'should fetch the public webfinger profile on request' do
|
|
post
|
|
end
|
|
end
|
|
end
|