* Rename and reorganize post fetcher to fix autoloading, also let it use Faradays default connection so we get nice redirects * Add initializer to load libs at a central place * added lib dir to autoload_once paths to increase thread safety * Moved lib/exceptions.rb to lib/diaspora/ to conform namespacing
17 lines
350 B
Ruby
17 lines
350 B
Ruby
# Copyright (c) 2010-2011, Diaspora Inc. This file is
|
|
# licensed under the Affero General Public License version 3 or later. See
|
|
# the COPYRIGHT file.
|
|
|
|
require 'spec_helper'
|
|
|
|
describe Postzord::Dispatcher::Private do
|
|
|
|
describe '#salmon' do
|
|
end
|
|
|
|
describe '#receive_url_for' do
|
|
end
|
|
|
|
describe '#queue_remote_delivery_job' do
|
|
end
|
|
end
|