diaspora/spec/models
Alec Leamas eacee54846 Replace APP_CONFIG[:terse_pod_url] with uri object.
Adds a new APP_CONFIG[:pod_uri] item, an uri object parsed from
pod_url. Replace all occurrences of APP_CONFIG[:terse_pod_url] with
APP_CONFIG[:pod_uri].host. Closes http://bugs.joindiaspora.com/issues/684,
using the well-defined semantics of the uri object.

The pod_url is normalized using module URI's functions, always with a
trailing /.

The diaspora-handle will always reflect the pod_url with this patch
i. e., a pod_url like www.dpod.se will give the handle xx@www.dpod.se;
previous code stripped the www. prefix. If this is a problem, it
should be addressed by another setting, since one cannot presume that
www.domain.tld resolves to the same address as domain.tld.
2010-12-10 14:29:19 +01:00
..
jobs added specs for push_to_services, also rename the socket webfinger job spec because since it did not end with '_spec' it was not getting run 2010-12-09 19:29:25 -08:00
services moar tests for services 2010-12-09 19:29:25 -08:00
user tests for post to services resque job 2010-12-09 19:29:25 -08:00
aspect_spec.rb Fix a couple local-posting specs 2010-12-04 23:38:31 -08:00
comment_spec.rb made http calls synchronous. messagehandler enqueues POSTs into resque. 2010-12-03 15:26:52 -08:00
contact_spec.rb user can now remove contact from aspects on contact's profile page. a contact's posts are retained in a given aspect reflecting the duration of said contact's inclusion. 2010-11-21 16:30:45 -08:00
invitation_spec.rb Add some specs to Invitation, use I18n in InvitationsController 2010-12-05 14:37:43 -08:00
person_spec.rb Replace APP_CONFIG[:terse_pod_url] with uri object. 2010-12-10 14:29:19 +01:00
photo_spec.rb fixing photo controllers spec 2010-12-05 00:45:13 -08:00
post_spec.rb posts now have public permalinks 2010-12-02 18:47:48 -08:00
profile_spec.rb Bug #624 Can't unset birthday 2010-11-30 21:23:47 -08:00
request_spec.rb Fix hashes_for_person spec 2010-12-09 20:01:37 -08:00
retraction_spec.rb made http calls synchronous. messagehandler enqueues POSTs into resque. 2010-12-03 15:26:52 -08:00
status_message_spec.rb MSSM services are now broken out into seperate classes, and we cleaned up posting to them 2010-12-09 19:29:25 -08:00
user_spec.rb Remove query from aspects manage, correct spec in User spec 2010-12-09 19:11:47 -08:00