diaspora/spec/controllers
danielgrippi 648a10e6d3 Merge branch 'master' into follow
Conflicts:
	app/controllers/requests_controller.rb
	app/controllers/tags_controller.rb
	app/helpers/aspects_helper.rb
	app/views/notifications/index.html.haml
	config/routes.rb
	public/javascripts/aspect-edit.js
	public/javascripts/contact-list.js
	spec/integration/receiving_spec.rb
	spec/models/user/connecting_spec.rb
	spec/models/user/posting_spec.rb
2011-05-04 11:35:35 -07:00
..
admins_controller_spec.rb admins can resend invitations 2011-03-03 16:59:33 -08:00
apis_controller_spec.rb Make things more postgres compatible 2011-04-05 09:49:39 -07:00
application_controller_spec.rb Update rspec-instafail, test git headers 2011-03-06 10:18:37 -08:00
aspect_memberships_controller_spec.rb specs green after moving ContactController#new to AspectsMembership#new 2011-04-08 11:44:09 -07:00
aspects_controller_spec.rb Merge branch 'master' into follow. all specs green. 2011-04-11 17:48:37 -07:00
comments_controller_spec.rb some better http status codes 2011-04-06 17:16:39 +02:00
contacts_controller_spec.rb specs green after moving ContactController#new to AspectsMembership#new 2011-04-08 11:44:09 -07:00
conversation_visibilities_controller_spec.rb messages are now relayable, a comment has an author as opposed to a person. 2011-03-01 12:39:42 -08:00
conversations_controller_spec.rb Don't test for nonexistent instance variable 2011-05-03 11:19:27 -07:00
home_controller_spec.rb dispatching / receiving logic complete. following wip. 2011-04-07 18:29:24 -07:00
invitations_controller_spec.rb All green except invite connecting +2 misc. 2011-04-04 15:16:19 -07:00
likes_controller_spec.rb likes/dislikes WIP TODO: better icons, better styling, integration on photo show page 2011-03-20 18:10:58 +01:00
messages_controller_spec.rb some better http status codes 2011-04-06 17:16:39 +02:00
notifications_controller_spec.rb Don't actually need 36 notifications. 2011-02-21 13:20:39 -08:00
people_controller_spec.rb minor cleanup to routes.rb 2011-04-30 16:28:39 +02:00
photos_controller_spec.rb Update controllers to use User#retract, change Relayable#relayable to Relayable#relayable? 2011-03-25 16:09:37 -07:00
post_visibilities_controller_spec.rb dispatching / receiving logic complete. following wip. 2011-04-07 18:29:24 -07:00
posts_controller_spec.rb PostsController#index -> TagsController#show 2011-03-18 20:57:39 -07:00
profiles_controller_spec.rb fix tag plugin 2011-03-29 16:53:48 -07:00
publics_controller_spec.rb Fix 500 in publicsController 2011-03-14 16:48:07 -07:00
registrations_controller_spec.rb Replace APP_CONFIG with lib/app_config.rb so that it's testable. 2010-12-24 12:31:09 -08:00
services_controller_spec.rb added mutual flag, removed pending from contact, specs are green. wip 2011-04-05 16:12:53 -07:00
sessions_controller_spec.rb calls the job on login does a sync call if the cache friends was not called before, fixed the views 2011-03-21 14:56:50 -07:00
sockets_controller_spec.rb SocketsController now takes a user object or a user id, so that we only instantiate the user if we need to 2011-03-17 12:56:23 -07:00
status_messages_controller_spec.rb ms iz, can now undo hiding a post, fixed a bunch of jamine specs 2011-03-31 17:23:54 -07:00
tags_controller_spec.rb Move created_at back a second in .post 2011-04-30 10:26:16 -07:00
users_controller_spec.rb fix public test to include .atom format 2011-03-30 11:34:54 -07:00