| .. |
|
admins_controller_spec.rb
|
remove puts, fix admins controller test
|
2011-02-26 14:22:13 +01:00 |
|
aspect_memberships_controller_spec.rb
|
fixed migrations, added unread to PrivateMessageVisibilities
|
2011-03-01 12:25:54 -08:00 |
|
aspects_controller_spec.rb
|
can now select individual services to be added
|
2011-02-24 17:31:54 -08:00 |
|
comments_controller_spec.rb
|
Comments controller spec using fixtures
|
2011-01-18 10:48:06 -08:00 |
|
contacts_controller_spec.rb
|
pulled out share_with to be contact new and contact show
|
2011-02-17 18:05:21 -08:00 |
|
conversation_visibilities_controller_spec.rb
|
PrivateMessage -> Conversation, Message.
|
2011-03-01 12:25:55 -08:00 |
|
conversations_controller_spec.rb
|
PrivateMessage -> Conversation, Message.
|
2011-03-01 12:25:55 -08:00 |
|
home_controller_spec.rb
|
storing it as a boolean in the aspect
|
2011-02-01 17:25:15 -08:00 |
|
invitations_controller_spec.rb
|
refactored the api
|
2011-02-05 15:01:05 -08:00 |
|
notifications_controller_spec.rb
|
Don't actually need 36 notifications.
|
2011-02-21 13:20:39 -08:00 |
|
people_controller_spec.rb
|
To run specs without perf tests: rake spec SPEC_OPTS="--tag ~performance"
|
2011-02-20 14:40:51 -08:00 |
|
photos_controller_spec.rb
|
do not 500 on public photo viewing, also redirect if there is no photo rather than 500ing
|
2011-02-11 17:47:29 -08:00 |
|
posts_controller_spec.rb
|
Made specs work with fixtures, spec_helper needs work
|
2011-01-18 13:31:10 -08:00 |
|
profiles_controller_spec.rb
|
wip, profiles controller and specs, with cucumber failures
|
2011-02-15 14:17:25 -08:00 |
|
publics_controller_spec.rb
|
Put in a lot of non nullable fields, edit the specs to match, drop a couple superfluous columns
|
2011-01-26 18:29:23 -08: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 |
|
requests_controller_spec.rb
|
default scope on contact
|
2011-02-18 17:38:02 -08:00 |
|
services_controller_spec.rb
|
Fix translation missing error
|
2011-01-28 17:50:34 -08:00 |
|
sockets_controller_spec.rb
|
Made specs work with fixtures, spec_helper needs work
|
2011-01-18 13:31:10 -08:00 |
|
statistics_controller_spec.rb
|
MS IZ added spec from admin page, moved it to its own controller where it belongs
|
2011-02-18 11:35:24 -08:00 |
|
status_messages_controller_spec.rb
|
fixed migrations, added unread to PrivateMessageVisibilities
|
2011-03-01 12:25:54 -08:00 |
|
users_controller_spec.rb
|
204, not 201
|
2011-02-09 18:04:44 -08:00 |