diaspora/spec/models
Thorsten Claus 8691e650dc
Person.find_or_fetch_by_identifier never return nil
Person.find_or_fetch_by_identifier raises an exception if person is not found localy and not fetchable. It never returns nil. These code changes take care about this behaviour and changes specs and code to behave equally.

Also related to #8253
2021-08-16 00:24:33 +02:00
..
api/openid_connect Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
notifications Prevent duplicate mention notifications when the post is received twice 2018-02-22 00:49:21 +01:00
services Fixed test 2021-06-13 01:26:27 +02:00
user Raise sensible error message when user is missing 2017-10-17 01:38:36 +02:00
account_deletion_spec.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
account_migration_spec.rb Account merging: handle duplicates for TagFollowing 2018-05-16 00:54:16 +02:00
acts_as_taggable_on_tag_spec.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
aspect_membership_spec.rb Check for user existence on aspect membership destruction 2017-10-17 01:38:36 +02:00
aspect_spec.rb Remove flag for contacts visible to each other 2018-04-12 01:39:11 +02:00
aspect_visibility_spec.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
block_spec.rb Start sending the blocking flag 2018-02-01 23:35:35 +01:00
comment_signature_spec.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
comment_spec.rb Refactor taggable tests to use let 2018-02-27 00:48:08 +01:00
contact_spec.rb Remove flag for contacts visible to each other 2018-04-12 01:39:11 +02:00
conversation_spec.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
conversation_visibilities_spec.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
invitation_code_spec.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
like_signature_spec.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
like_spec.rb Relay likes for comments 2017-09-28 23:04:35 +02:00
location_spec.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
mention_spec.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
message_spec.rb Add reference source and target behaviour 2017-09-28 23:04:34 +02:00
notification_spec.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
open_graph_cache_spec.rb update open_graph_reader to 0.7.1 2021-04-11 17:25:18 +02:00
participation_spec.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
person_spec.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
photo_spec.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
pod_spec.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
poll_answer_spec.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
poll_participation_signature_spec.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
poll_participation_spec.rb Add unique index to poll participations on author_id and poll_id 2018-05-03 21:28:38 +02:00
poll_spec.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
post_spec.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
profile_spec.rb Issue #8119 - Add length validation to a profile's gender field. 2020-06-13 23:31:03 +02:00
reference_spec.rb Create refereces model 2017-09-28 23:04:34 +02:00
report_spec.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
reshare_spec.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
role_spec.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
service_spec.rb Remove facebook integration 2018-10-08 02:50:25 +02:00
share_visibility_spec.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
signature_order_spec.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
status_message_spec.rb Actually implement validation error case in Photo#ownserhip_of_status_message 2021-04-11 17:22:40 +02:00
tag_following_spec.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
user_preference_spec.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
user_spec.rb Person.find_or_fetch_by_identifier never return nil 2021-08-16 00:24:33 +02:00