gitlab-org--gitlab-foss/spec/models/concerns
Paco Guzman 4ff345c488 Simplify Mentionable concern instance methods
We remove some arguments that are rarely used or 
used just to simplify setups on specs.

Modified Mentionable#create_new_cross_references method 
we don’t need to calculate previous references to avoid the 
duplication because we do that at database level when 
creating references extracted from the current entity state.

MergeRequests won’t create cross_references for commits that are included so we change a spec to use a different merge request to make references to commits to other branches
2016-10-04 10:45:48 +02:00
..
access_requestable_spec.rb Exclude requesters from Project#members, Group#members and User#members 2016-07-01 17:44:46 +02:00
awardable_spec.rb Order award tooltips by their created_at date 2016-09-01 08:40:10 +10:00
case_sensitivity_spec.rb trick rubocop and temporarily add ruby 2.1 images for any branch 2016-01-28 11:41:58 +01:00
faster_cache_keys_spec.rb Added concern for a faster "cache_key" method 2016-08-08 16:49:22 +02:00
has_status_spec.rb rename Statuseable to HasStatus 2016-08-25 04:55:32 +02:00
issuable_spec.rb Enable Style/EmptyLines cop, remove redundant ones 2016-07-01 21:56:17 +02:00
mentionable_spec.rb Simplify Mentionable concern instance methods 2016-10-04 10:45:48 +02:00
milestoneish_spec.rb adds second batch of tests changed to active tense 2016-08-09 15:11:39 +01:00
participable_spec.rb Cache Participable#participants in instance variable 2016-06-21 12:54:12 +02:00
project_features_compatibility_spec.rb Project tools visibility level 2016-09-01 11:47:59 -03:00
spammable_spec.rb Further refactor and syntax fixes. 2016-08-15 17:20:57 -05:00
strip_attribute_spec.rb Enable Style/EmptyLines cop, remove redundant ones 2016-07-01 21:56:17 +02:00
subscribable_spec.rb Add API endpoints for un/subscribing from/to a label 2016-05-12 22:48:09 +02:00
token_authenticatable_spec.rb adds second batch of tests changed to active tense 2016-08-09 15:11:39 +01:00