diaspora/spec
Sarah Mei b60101b9ad Use explicit parameters instead of request format to determine whether we render a remote or non-remote form in aspects#new.
Facebox needs to get back a text/html response. We were using text/javascript to indicate that we wanted a remote form and text/html to indicate we wanted a non-remote form. The trouble is, if we request with text/javascript then that is the format we get back. It doesn't really make sense to use formats that way anyway, so I changed it to an explicit parameter. This had the nice side effect of simplifying our new-aspect views.
2011-08-28 16:08:57 -07:00
..
chubbies chubbies needs its own way of assigning a current user 2011-08-23 17:16:15 -07:00
controllers Use explicit parameters instead of request format to determine whether we render a remote or non-remote form in aspects#new. 2011-08-28 16:08:57 -07:00
fixtures Correct batch emailer fixture 2011-08-01 16:00:01 -07:00
helpers 4 failures left in postgres 2011-08-17 14:18:51 -07:00
integration Fix a problem with re-saving deleted objects in a spec in postgres, add postgres to test group in gemfile 2011-08-18 16:05:14 -07:00
javascripts remove javascript in lieu of css; feature is still failing 2011-08-27 22:04:30 -07:00
lib MS DG IZ major invite refactor. all tests are green minus weird stuff on dans computer, need to checkout this out on pivots 2011-08-17 16:28:21 -07:00
mailers reshares now have notifications, slight refactor of the notification helper 2011-08-25 17:16:09 -07:00
models reshares now have notifications, slight refactor of the notification helper 2011-08-25 17:16:09 -07:00
multi_server Add a couple tests for post federation, because Max is suspicious 2011-07-29 17:21:10 -07:00
shared_behaviors Revert "Revert "Merge branch 'hashtags-in-comments'"" 2011-07-07 15:10:04 -07:00
support Fix interaction between I18n fallbacks and our interpolation fallback code. Refactor I18n tests into their own file. Remove some test support code that made it hard to test I18n. 2011-07-30 22:41:46 -07:00
factories.rb reshares now have notifications, slight refactor of the notification helper 2011-08-25 17:16:09 -07:00
helper_methods.rb split 'mutual' flag into 'sharing' and 'receiving' on Contact 2011-05-04 17:09:48 -07:00
misc_spec.rb Fix interaction between I18n fallbacks and our interpolation fallback code. Refactor I18n tests into their own file. Remove some test support code that made it hard to test I18n. 2011-07-30 22:41:46 -07:00
spec_helper.rb Revert "Revert "Revert "remove uploaded test images after running the specs/cucumber"" -- using == now instead of =" 2011-08-18 12:06:04 -07:00