diaspora/spec/models
Jonne Haß 09908a45fb
StatusMessage#raw_message returns empty string for NULL values
Previously the federation layer has written the empty string to the
database, now it writes nil/no value to it while our code still expects
the empty string in some cases. Restore the old assumption by returning
the empty string, the real raw value by now is available again in
StatusMessage#text for those that need it, such as validations or tests.
2016-06-27 12:07:11 +02:00
..
notifications cleanup notifications and fix tests 2016-06-26 06:20:59 +02:00
services refactoring delete from services 2016-06-26 06:21:01 +02:00
user don't participate own posts 2016-06-26 06:21:03 +02:00
account_deletion_spec.rb use Diaspora::Federation::Dispatcher everywhere 2016-06-26 06:21:01 +02:00
acts_as_taggable_on_tag_spec.rb Sort tag search result by name 2016-03-03 17:57:58 +01:00
aspect_membership_spec.rb refactor hash indentation and add double quotes 2015-07-16 03:08:34 +02:00
aspect_spec.rb refactor hash indentation and add double quotes 2015-07-16 03:08:34 +02:00
aspect_visibility_spec.rb Fix possible duplication of AspectVisibility 2016-05-27 20:22:03 +03:00
block_spec.rb refactor hash indentation and add double quotes 2015-07-16 03:08:34 +02:00
comment_spec.rb relay relayables after receive 2016-06-26 06:21:02 +02:00
contact_spec.rb add #object_to_receive to Diaspora::Federated::Base 2016-06-26 06:21:02 +02:00
conversation_spec.rb remove xml specs 2016-06-26 06:21:01 +02:00
conversation_visibilities_spec.rb refactor hash indentation and add double quotes 2015-07-16 03:08:34 +02:00
invitation_code_spec.rb Reset dynamic configuration after each example in the testsuite 2014-10-04 00:59:03 +02:00
invitation_spec.rb Two tests failing after rspec 2.99 => 3.0.0 2014-08-26 17:10:26 -07:00
like_spec.rb relay relayables after receive 2016-06-26 06:21:02 +02:00
location_spec.rb Two tests failing after rspec 2.99 => 3.0.0 2014-08-26 17:10:26 -07:00
mention_spec.rb cleanup notifications and fix tests 2016-06-26 06:20:59 +02:00
message_spec.rb deliver message always to all participants 2016-06-26 06:21:02 +02:00
notification_spec.rb cleanup notifications and fix tests 2016-06-26 06:20:59 +02:00
participation_spec.rb Participation is not relayable anymore 2016-06-26 06:21:02 +02:00
person_spec.rb remove xml specs 2016-06-26 06:21:01 +02:00
photo_spec.rb remove xml specs 2016-06-26 06:21:01 +02:00
pod_spec.rb implement :update_pod callback 2016-06-26 06:20:58 +02:00
poll_answer_spec.rb Two tests failing after rspec 2.99 => 3.0.0 2014-08-26 17:10:26 -07:00
poll_participation_spec.rb relay relayables after receive 2016-06-26 06:21:02 +02:00
poll_spec.rb Two tests failing after rspec 2.99 => 3.0.0 2014-08-26 17:10:26 -07:00
post_spec.rb add author to subscribers of public shareables to ensure local delivery 2016-06-26 06:21:02 +02:00
profile_spec.rb remove xml specs 2016-06-26 06:21:01 +02:00
report_spec.rb Use polymorphic association for the report item 2015-10-03 17:18:03 +02:00
reshare_spec.rb add author to subscribers of public shareables to ensure local delivery 2016-06-26 06:21:02 +02:00
role_spec.rb add more specs to test moderator role 2015-09-07 12:38:12 +02:00
service_spec.rb Two tests failing after rspec 2.99 => 3.0.0 2014-08-26 17:10:26 -07:00
share_visibility_spec.rb Revert "Back out #6723 due to Postgres breakage" 2016-03-04 14:01:31 +01:00
status_message_spec.rb StatusMessage#raw_message returns empty string for NULL values 2016-06-27 12:07:11 +02:00
tag_following_spec.rb Two tests failing after rspec 2.99 => 3.0.0 2014-08-26 17:10:26 -07:00
user_preference_spec.rb Two tests failing after rspec 2.99 => 3.0.0 2014-08-26 17:10:26 -07:00
user_spec.rb send the profile to remote persons on start shareing with them 2016-06-26 06:21:02 +02:00