trabajo-afectivo/spec/models
Rolf Schmidt 7dbd1c1b15 Maintenance: Remove while loop user check login. 2021-10-05 06:42:26 +00:00
..
application_model Maintenance: Treat Ruby deprecation warnings as test errors. 2021-07-06 07:52:22 +00:00
channel Fixes #3365 - No script content (e. g. JavaScript) in emails 2021-09-29 10:13:40 +02:00
chat Fixes #3633 - The rebuild of the index is failing. 2021-06-24 15:39:08 +00:00
concerns Fixes #3365 - No script content (e. g. JavaScript) in emails 2021-09-29 10:13:40 +02:00
contexts Maintenance: Apply Rubocop also to files in .gitlab, .github, .rubocop and to RSpec support files. 2021-07-19 12:24:09 +00:00
core_workflow Fixes #2102 - Read-only custom objects. 2021-09-20 18:12:33 +02:00
cti Maintenance: Activated rubocop Layout/SpaceInsideParens. 2021-07-19 15:36:48 +02:00
job Refactoring: Moved Job#timeplan calculations into dedicated class 2021-08-19 14:29:28 +02:00
knowledge_base Fixes #2612 - Tag KB Answers 2021-08-16 10:20:07 +02:00
object_manager Fixes #3769 - Usage of inactive object attributes in SLAs will crash admin SLA interface 2021-10-04 19:09:10 +00:00
sla Maintenance: Update copyright information and add a new rubocop cop to watch over it. 2021-06-01 12:20:20 +00:00
store Refactoring: Migrate store_test to RSpec. 2021-07-09 16:38:23 +00:00
tag Maintenance: Update copyright information and add a new rubocop cop to watch over it. 2021-06-01 12:20:20 +00:00
taskbar Fixes #3579 - Ensure Upload Cache files are removed after grace period. 2021-07-22 12:35:13 +00:00
ticket Fixes #3365 - No script content (e. g. JavaScript) in emails 2021-09-29 10:13:40 +02:00
transaction Maintenance: Transaction::Notification spec runs fine at any time of the day 2021-09-13 11:10:06 +02:00
trigger Maintenance: Update copyright information and add a new rubocop cop to watch over it. 2021-06-01 12:20:20 +00:00
user Maintenance: Update copyright information and add a new rubocop cop to watch over it. 2021-06-01 12:20:20 +00:00
application_model_examples.rb Maintenance: Update copyright information and add a new rubocop cop to watch over it. 2021-06-01 12:20:20 +00:00
calendar_spec.rb Fixes #3641 - Migration 3.6.1 to 4.1 : No configured business hours found! 2021-07-02 06:57:00 +00:00
channel_spec.rb Maintenance: Treat Ruby deprecation warnings as test errors. 2021-07-06 07:52:22 +00:00
chat_spec.rb Maintenance: Bump rubocop from 1.16.0 to 1.18.3. 2021-07-12 13:18:31 +00:00
core_workflow_spec.rb Fixes #3779 - Core Workflow: Add organization condition attributes for object User. 2021-10-04 15:47:30 +02:00
data_privacy_task_spec.rb Maintenance: Update copyright information and add a new rubocop cop to watch over it. 2021-06-01 12:20:20 +00:00
email_address_spec.rb Maintenance: Add note attribute sanitization to not yet checked models. 2021-06-07 13:35:50 +00:00
group_spec.rb Fixes #1653 - Default value not set for attributes of type input, select,... 2021-08-17 18:37:16 +02:00
history_spec.rb Maintenance: Update copyright information and add a new rubocop cop to watch over it. 2021-06-01 12:20:20 +00:00
http_log_spec.rb Maintenance: Bump rubocop-rspec from 2.4.0 to 2.5.0 2021-09-22 08:53:16 +02:00
import_job_spec.rb Maintenance: Activated rubocop Style/MethodCallWithoutArgsParentheses. 2021-07-19 15:31:14 +02:00
job_spec.rb Fixes #3684 - Scheduler ignores "disable notifications == no". 2021-09-20 18:09:38 +02:00
knowledge_base_spec.rb Fixes #2619 - KB header and footer link-color not changeable 2021-09-29 08:29:54 +00:00
locale_spec.rb Maintenance: Update copyright information and add a new rubocop cop to watch over it. 2021-06-01 12:20:20 +00:00
macro_spec.rb Maintenance: Add note attribute sanitization to not yet checked models. 2021-06-07 13:35:50 +00:00
mention_spec.rb Maintenance: Update copyright information and add a new rubocop cop to watch over it. 2021-06-01 12:20:20 +00:00
object_lookup_spec.rb Maintenance: Update copyright information and add a new rubocop cop to watch over it. 2021-06-01 12:20:20 +00:00
organization_spec.rb Fixes #1653 - Default value not set for attributes of type input, select,... 2021-08-17 18:37:16 +02:00
overview_spec.rb Maintenance: Replace rand() where possible 2021-09-20 12:47:05 +02:00
package_spec.rb Maintenance: Improve package installation. 2021-10-05 06:42:26 +00:00
permission_spec.rb Maintenance: Add note attribute sanitization to not yet checked models. 2021-06-07 13:35:50 +00:00
recent_view_spec.rb Maintenance: Update copyright information and add a new rubocop cop to watch over it. 2021-06-01 12:20:20 +00:00
role_group_spec.rb Maintenance: Update copyright information and add a new rubocop cop to watch over it. 2021-06-01 12:20:20 +00:00
role_spec.rb Maintenance: Add note attribute sanitization to not yet checked models. 2021-06-07 13:35:50 +00:00
scheduler_spec.rb Maintenance: Add note attribute sanitization to not yet checked models. 2021-06-07 13:35:50 +00:00
session_spec.rb Maintenance: Activated rubocop Layout/SpaceInsideParens. 2021-07-19 15:36:48 +02:00
setting_spec.rb Maintenance: Update copyright information and add a new rubocop cop to watch over it. 2021-06-01 12:20:20 +00:00
signature_spec.rb Maintenance: Add note attribute sanitization to not yet checked models. 2021-06-07 13:35:50 +00:00
sla_spec.rb Maintenance: Update copyright information and add a new rubocop cop to watch over it. 2021-06-01 12:20:20 +00:00
smime_certificate_spec.rb Maintenance: Update copyright information and add a new rubocop cop to watch over it. 2021-06-01 12:20:20 +00:00
store_spec.rb Refactoring: Migrate store_test to RSpec. 2021-07-09 16:38:23 +00:00
tag_spec.rb Fixes #2612 - Tag KB Answers 2021-08-16 10:20:07 +02:00
taskbar_spec.rb Fixes #3579 - Ensure Upload Cache files are removed after grace period. 2021-07-22 12:35:13 +00:00
ticket_spec.rb Maintenance: Bump rubocop-rspec from 2.4.0 to 2.5.0 2021-09-22 08:53:16 +02:00
token_spec.rb Maintenance: Update copyright information and add a new rubocop cop to watch over it. 2021-06-01 12:20:20 +00:00
translation_spec.rb Maintenance: Update copyright information and add a new rubocop cop to watch over it. 2021-06-01 12:20:20 +00:00
trigger_spec.rb Fixes #2485: Add attachment via Trigger and scheduler if wanted by admin 2021-08-16 13:34:05 +02:00
type_lookup_spec.rb Maintenance: Update copyright information and add a new rubocop cop to watch over it. 2021-06-01 12:20:20 +00:00
user_device_spec.rb Maintenance: Update copyright information and add a new rubocop cop to watch over it. 2021-06-01 12:20:20 +00:00
user_group_spec.rb Maintenance: Update copyright information and add a new rubocop cop to watch over it. 2021-06-01 12:20:20 +00:00
user_spec.rb Maintenance: Remove while loop user check login. 2021-10-05 06:42:26 +00:00
webhook_spec.rb Maintenance: Add note attribute sanitization to not yet checked models. 2021-06-07 13:35:50 +00:00