From 4f5a3a156c6755bbd7de4d8c6249c7c4b6a4bbb0 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Sat, 16 Mar 2019 15:03:47 +0000 Subject: [PATCH] Enable frozen_string_literal for some files under test directory (#26561). git-svn-id: http://svn.redmine.org/redmine/trunk@17978 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/functional/account_controller_openid_test.rb | 2 +- test/functional/account_controller_test.rb | 2 +- test/functional/activities_controller_test.rb | 2 +- test/functional/admin_controller_test.rb | 2 +- test/functional/attachments_visibility_test.rb | 2 +- test/functional/auth_sources_controller_test.rb | 2 +- test/functional/auto_completes_controller_test.rb | 2 +- test/functional/boards_controller_test.rb | 2 +- test/functional/calendars_controller_test.rb | 2 +- test/functional/comments_controller_test.rb | 2 +- test/functional/context_menus_controller_test.rb | 2 +- test/functional/custom_field_enumerations_controller_test.rb | 2 +- test/functional/custom_fields_controller_test.rb | 2 +- test/functional/documents_controller_test.rb | 2 +- test/functional/email_addresses_controller_test.rb | 2 +- test/functional/enumerations_controller_test.rb | 2 +- test/functional/files_controller_test.rb | 2 +- test/functional/gantts_controller_test.rb | 2 +- test/functional/groups_controller_test.rb | 2 +- test/functional/imports_controller_test.rb | 2 +- test/functional/issue_categories_controller_test.rb | 2 +- test/functional/issue_relations_controller_test.rb | 2 +- test/functional/issue_statuses_controller_test.rb | 2 +- test/functional/issues_controller_transaction_test.rb | 2 +- test/functional/issues_custom_fields_visibility_test.rb | 2 +- test/functional/journals_controller_test.rb | 2 +- test/functional/mail_handler_controller_test.rb | 2 +- test/functional/members_controller_test.rb | 2 +- test/functional/messages_controller_test.rb | 2 +- test/functional/my_controller_test.rb | 2 +- test/functional/news_controller_test.rb | 2 +- test/functional/previews_controller_test.rb | 2 +- test/functional/principal_memberships_controller_test.rb | 2 +- test/functional/project_enumerations_controller_test.rb | 2 +- test/functional/projects_controller_test.rb | 2 +- test/functional/queries_controller_test.rb | 2 +- test/functional/reports_controller_test.rb | 2 +- test/functional/repositories_bazaar_controller_test.rb | 2 +- test/functional/repositories_controller_test.rb | 2 +- test/functional/repositories_cvs_controller_test.rb | 2 +- test/functional/repositories_subversion_controller_test.rb | 2 +- test/functional/roles_controller_test.rb | 2 +- test/functional/search_controller_test.rb | 2 +- test/functional/search_custom_fields_visibility_test.rb | 2 +- test/functional/sessions_controller_test.rb | 2 +- test/functional/settings_controller_test.rb | 2 +- test/functional/sys_controller_test.rb | 2 +- test/functional/timelog_controller_test.rb | 2 +- test/functional/timelog_custom_fields_visibility_test.rb | 2 +- test/functional/trackers_controller_test.rb | 2 +- test/functional/users_controller_test.rb | 2 +- test/functional/versions_controller_test.rb | 2 +- test/functional/watchers_controller_test.rb | 2 +- test/functional/welcome_controller_test.rb | 2 +- test/functional/wiki_controller_test.rb | 2 +- test/functional/wikis_controller_test.rb | 2 +- test/functional/workflows_controller_test.rb | 2 +- test/helpers/activities_helper_test.rb | 2 +- test/helpers/custom_fields_helper_test.rb | 2 +- test/helpers/groups_helper_test.rb | 2 +- test/helpers/issues_helper_test.rb | 2 +- test/helpers/journals_helper_test.rb | 2 +- test/helpers/members_helper_test.rb | 2 +- test/helpers/projects_helper_test.rb | 2 +- test/helpers/queries_helper_test.rb | 2 +- test/helpers/routes_helper_test.rb | 2 +- test/helpers/search_helper_test.rb | 2 +- test/helpers/settings_helper_test.rb | 2 +- test/helpers/sort_helper_test.rb | 2 +- test/helpers/timelog_helper_test.rb | 2 +- test/helpers/version_helper_test.rb | 2 +- test/helpers/watchers_helper_test.rb | 2 +- test/helpers/wiki_helper_test.rb | 2 +- test/integration/account_test.rb | 2 +- test/integration/admin_test.rb | 2 +- test/integration/api_test/api_routing_test.rb | 2 +- test/integration/api_test/api_test.rb | 2 +- test/integration/api_test/attachments_test.rb | 2 +- test/integration/api_test/custom_fields_attribute_test.rb | 2 +- test/integration/api_test/custom_fields_test.rb | 2 +- test/integration/api_test/disabled_rest_api_test.rb | 2 +- test/integration/api_test/enumerations_test.rb | 2 +- test/integration/api_test/files_test.rb | 2 +- test/integration/api_test/groups_test.rb | 2 +- test/integration/api_test/issue_categories_test.rb | 2 +- test/integration/api_test/issue_relations_test.rb | 2 +- test/integration/api_test/issue_statuses_test.rb | 2 +- test/integration/api_test/issues_test.rb | 2 +- test/integration/api_test/jsonp_test.rb | 2 +- test/integration/api_test/memberships_test.rb | 2 +- test/integration/api_test/news_test.rb | 2 +- test/integration/api_test/projects_test.rb | 2 +- test/integration/api_test/queries_test.rb | 2 +- test/integration/api_test/roles_test.rb | 2 +- test/integration/api_test/search_test.rb | 2 +- test/integration/api_test/time_entries_test.rb | 2 +- test/integration/api_test/trackers_test.rb | 2 +- test/integration/api_test/users_test.rb | 2 +- test/integration/api_test/versions_test.rb | 2 +- test/integration/api_test/wiki_pages_test.rb | 2 +- test/integration/application_test.rb | 2 +- test/integration/attachments_test.rb | 2 +- test/integration/feeds_test.rb | 2 +- test/integration/issues_test.rb | 2 +- test/integration/layout_test.rb | 2 +- .../lib/redmine/field_format/attachment_format_test.rb | 2 +- test/integration/lib/redmine/hook_test.rb | 2 +- test/integration/lib/redmine/menu_manager_test.rb | 2 +- test/integration/lib/redmine/themes_test.rb | 2 +- test/integration/projects_test.rb | 2 +- test/integration/repositories_git_test.rb | 2 +- test/integration/routing/account_test.rb | 2 +- test/integration/routing/activities_test.rb | 2 +- test/integration/routing/admin_test.rb | 2 +- test/integration/routing/attachments_test.rb | 2 +- test/integration/routing/auth_sources_test.rb | 2 +- test/integration/routing/auto_completes_test.rb | 2 +- test/integration/routing/boards_test.rb | 2 +- test/integration/routing/calendars_test.rb | 2 +- test/integration/routing/comments_test.rb | 2 +- test/integration/routing/context_menus_test.rb | 2 +- test/integration/routing/custom_fields_test.rb | 2 +- test/integration/routing/documents_test.rb | 2 +- test/integration/routing/enumerations_test.rb | 2 +- test/integration/routing/files_test.rb | 2 +- test/integration/routing/gantts_test.rb | 2 +- test/integration/routing/groups_test.rb | 2 +- test/integration/routing/imports_test.rb | 2 +- test/integration/routing/issue_categories_test.rb | 2 +- test/integration/routing/issue_relations_test.rb | 2 +- test/integration/routing/issue_statuses_test.rb | 2 +- test/integration/routing/issues_test.rb | 2 +- test/integration/routing/journals_test.rb | 2 +- test/integration/routing/mail_handler_test.rb | 2 +- test/integration/routing/members_test.rb | 2 +- test/integration/routing/messages_test.rb | 2 +- test/integration/routing/my_test.rb | 2 +- test/integration/routing/news_test.rb | 2 +- test/integration/routing/previews_test.rb | 2 +- test/integration/routing/principal_memberships_test.rb | 2 +- test/integration/routing/project_enumerations_test.rb | 2 +- test/integration/routing/projects_test.rb | 2 +- test/integration/routing/queries_test.rb | 2 +- test/integration/routing/reports_test.rb | 2 +- test/integration/routing/repositories_test.rb | 2 +- test/integration/routing/roles_test.rb | 2 +- test/integration/routing/search_test.rb | 2 +- test/integration/routing/settings_test.rb | 2 +- test/integration/routing/sys_test.rb | 2 +- test/integration/routing/timelog_test.rb | 2 +- test/integration/routing/trackers_test.rb | 2 +- test/integration/routing/users_test.rb | 2 +- test/integration/routing/versions_test.rb | 2 +- test/integration/routing/watchers_test.rb | 2 +- test/integration/routing/welcome_test.rb | 2 +- test/integration/routing/wiki_test.rb | 2 +- test/integration/routing/wikis_test.rb | 2 +- test/integration/routing/workflows_test.rb | 2 +- test/integration/sessions_test.rb | 2 +- test/integration/sudo_mode_test.rb | 2 +- test/integration/users_test.rb | 2 +- test/integration/welcome_test.rb | 2 +- test/mocks/open_id_authentication_mock.rb | 2 +- test/test_helper.rb | 2 +- test/unit/activity_test.rb | 2 +- test/unit/attachment_transaction_test.rb | 2 +- test/unit/board_test.rb | 2 +- test/unit/comment_test.rb | 2 +- test/unit/custom_field_user_format_test.rb | 2 +- test/unit/custom_field_version_format_test.rb | 2 +- test/unit/custom_value_test.rb | 2 +- test/unit/default_data_test.rb | 2 +- test/unit/document_category_test.rb | 2 +- test/unit/document_test.rb | 2 +- test/unit/enabled_module_test.rb | 2 +- test/unit/enumeration_test.rb | 2 +- test/unit/initializers/patches_test.rb | 2 +- test/unit/issue_category_test.rb | 2 +- test/unit/issue_custom_field_test.rb | 2 +- test/unit/issue_import_test.rb | 2 +- test/unit/issue_nested_set_test.rb | 2 +- test/unit/issue_priority_test.rb | 2 +- test/unit/issue_relation_test.rb | 2 +- test/unit/issue_scopes_test.rb | 2 +- test/unit/issue_status_test.rb | 2 +- test/unit/issue_subtasking_test.rb | 2 +- test/unit/issue_test.rb | 2 +- test/unit/issue_transaction_test.rb | 2 +- test/unit/journal_observer_test.rb | 2 +- test/unit/journal_test.rb | 2 +- test/unit/lib/redmine/access_control_test.rb | 2 +- test/unit/lib/redmine/acts/positioned_with_scope_test.rb | 2 +- test/unit/lib/redmine/acts/positioned_without_scope_test.rb | 2 +- test/unit/lib/redmine/ciphering_test.rb | 2 +- test/unit/lib/redmine/configuration_test.rb | 2 +- test/unit/lib/redmine/export/pdf/issues_pdf_test.rb | 2 +- test/unit/lib/redmine/field_format/attachment_format_test.rb | 2 +- .../redmine/field_format/attachment_format_visibility_test.rb | 2 +- test/unit/lib/redmine/field_format/bool_format_test.rb | 2 +- test/unit/lib/redmine/field_format/field_format_test.rb | 2 +- test/unit/lib/redmine/field_format/link_format_test.rb | 2 +- test/unit/lib/redmine/field_format/numeric_format_test.rb | 2 +- test/unit/lib/redmine/field_format/version_field_format_test.rb | 2 +- test/unit/lib/redmine/helpers/calendar_test.rb | 2 +- test/unit/lib/redmine/helpers/diff_test.rb | 2 +- test/unit/lib/redmine/helpers/gantt_test.rb | 2 +- test/unit/lib/redmine/helpers/url_test.rb | 2 +- test/unit/lib/redmine/hook_test.rb | 2 +- test/unit/lib/redmine/info_test.rb | 2 +- test/unit/lib/redmine/menu_manager/mapper_test.rb | 2 +- test/unit/lib/redmine/menu_manager/menu_helper_test.rb | 2 +- test/unit/lib/redmine/menu_manager/menu_item_test.rb | 2 +- test/unit/lib/redmine/menu_manager_test.rb | 2 +- test/unit/lib/redmine/mime_type_test.rb | 2 +- test/unit/lib/redmine/notifiable_test.rb | 2 +- test/unit/lib/redmine/pagination_helper_test.rb | 2 +- test/unit/lib/redmine/pagination_test.rb | 2 +- test/unit/lib/redmine/plugin_test.rb | 2 +- test/unit/lib/redmine/safe_attributes_test.rb | 2 +- test/unit/lib/redmine/themes_test.rb | 2 +- test/unit/lib/redmine/utils/date_calculation.rb | 2 +- test/unit/lib/redmine/views/builders/json_test.rb | 2 +- test/unit/lib/redmine/views/builders/xml_test.rb | 2 +- test/unit/lib/redmine/views/labelled_form_builder_test.rb | 2 +- test/unit/lib/redmine/wiki_formatting/html_parser_test.rb | 2 +- test/unit/lib/redmine/wiki_formatting/macros_test.rb | 2 +- .../unit/lib/redmine/wiki_formatting/markdown_formatter_test.rb | 2 +- .../lib/redmine/wiki_formatting/markdown_html_parser_test.rb | 2 +- test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb | 2 +- .../lib/redmine/wiki_formatting/textile_html_parser_test.rb | 2 +- test/unit/lib/redmine/wiki_formatting_test.rb | 2 +- test/unit/lib/redmine_test.rb | 2 +- test/unit/mailer_localisation_test.rb | 2 +- test/unit/mailer_test.rb | 2 +- test/unit/message_test.rb | 2 +- test/unit/news_test.rb | 2 +- test/unit/principal_test.rb | 2 +- test/unit/project_copy_test.rb | 2 +- test/unit/project_members_inheritance_test.rb | 2 +- test/unit/project_nested_set_concurrency_test.rb | 2 +- test/unit/project_nested_set_test.rb | 2 +- test/unit/project_test.rb | 2 +- test/unit/role_test.rb | 2 +- test/unit/search_test.rb | 2 +- test/unit/setting_test.rb | 2 +- test/unit/time_entry_activity_test.rb | 2 +- test/unit/time_entry_query_test.rb | 2 +- test/unit/time_entry_test.rb | 2 +- test/unit/token_test.rb | 2 +- test/unit/tracker_test.rb | 2 +- test/unit/user_preference_test.rb | 2 +- test/unit/user_test.rb | 2 +- test/unit/version_test.rb | 2 +- test/unit/watcher_test.rb | 2 +- test/unit/wiki_content_test.rb | 2 +- test/unit/wiki_content_version_test.rb | 2 +- test/unit/wiki_page_test.rb | 2 +- test/unit/wiki_redirect_test.rb | 2 +- test/unit/workflow_test.rb | 2 +- test/unit/workflow_transition_test.rb | 2 +- 260 files changed, 260 insertions(+), 260 deletions(-) diff --git a/test/functional/account_controller_openid_test.rb b/test/functional/account_controller_openid_test.rb index 87b316722..582dd7712 100644 --- a/test/functional/account_controller_openid_test.rb +++ b/test/functional/account_controller_openid_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/functional/account_controller_test.rb b/test/functional/account_controller_test.rb index 48e6a61d3..7e9e7d573 100644 --- a/test/functional/account_controller_test.rb +++ b/test/functional/account_controller_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/functional/activities_controller_test.rb b/test/functional/activities_controller_test.rb index 7c346b104..9fc06a281 100644 --- a/test/functional/activities_controller_test.rb +++ b/test/functional/activities_controller_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/functional/admin_controller_test.rb b/test/functional/admin_controller_test.rb index 005807354..5817fc43f 100644 --- a/test/functional/admin_controller_test.rb +++ b/test/functional/admin_controller_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/functional/attachments_visibility_test.rb b/test/functional/attachments_visibility_test.rb index 4be518f7d..13460ff0a 100644 --- a/test/functional/attachments_visibility_test.rb +++ b/test/functional/attachments_visibility_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/functional/auth_sources_controller_test.rb b/test/functional/auth_sources_controller_test.rb index a4a86bfa6..560b97bdc 100644 --- a/test/functional/auth_sources_controller_test.rb +++ b/test/functional/auth_sources_controller_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/functional/auto_completes_controller_test.rb b/test/functional/auto_completes_controller_test.rb index 77d2672e1..b62823a24 100644 --- a/test/functional/auto_completes_controller_test.rb +++ b/test/functional/auto_completes_controller_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/functional/boards_controller_test.rb b/test/functional/boards_controller_test.rb index 83bc0d181..e49065425 100644 --- a/test/functional/boards_controller_test.rb +++ b/test/functional/boards_controller_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/functional/calendars_controller_test.rb b/test/functional/calendars_controller_test.rb index 07acb50ed..69e0053ad 100644 --- a/test/functional/calendars_controller_test.rb +++ b/test/functional/calendars_controller_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/functional/comments_controller_test.rb b/test/functional/comments_controller_test.rb index 6fc1d4d1b..03e185e3f 100644 --- a/test/functional/comments_controller_test.rb +++ b/test/functional/comments_controller_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/functional/context_menus_controller_test.rb b/test/functional/context_menus_controller_test.rb index 4a6b070d3..c7c4c5c11 100644 --- a/test/functional/context_menus_controller_test.rb +++ b/test/functional/context_menus_controller_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/functional/custom_field_enumerations_controller_test.rb b/test/functional/custom_field_enumerations_controller_test.rb index 9b08cc10a..6f96ca452 100644 --- a/test/functional/custom_field_enumerations_controller_test.rb +++ b/test/functional/custom_field_enumerations_controller_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/functional/custom_fields_controller_test.rb b/test/functional/custom_fields_controller_test.rb index 6c75136d6..c243902e5 100644 --- a/test/functional/custom_fields_controller_test.rb +++ b/test/functional/custom_fields_controller_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/functional/documents_controller_test.rb b/test/functional/documents_controller_test.rb index 81cfec4c7..7969a3f41 100644 --- a/test/functional/documents_controller_test.rb +++ b/test/functional/documents_controller_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/functional/email_addresses_controller_test.rb b/test/functional/email_addresses_controller_test.rb index 46781d6ed..7ba6c94f5 100644 --- a/test/functional/email_addresses_controller_test.rb +++ b/test/functional/email_addresses_controller_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/functional/enumerations_controller_test.rb b/test/functional/enumerations_controller_test.rb index 5abe45d8f..398e1c5f0 100644 --- a/test/functional/enumerations_controller_test.rb +++ b/test/functional/enumerations_controller_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/functional/files_controller_test.rb b/test/functional/files_controller_test.rb index f4e28a267..30f81b73e 100644 --- a/test/functional/files_controller_test.rb +++ b/test/functional/files_controller_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/functional/gantts_controller_test.rb b/test/functional/gantts_controller_test.rb index a8bd3c609..4ef4bdac6 100644 --- a/test/functional/gantts_controller_test.rb +++ b/test/functional/gantts_controller_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/functional/groups_controller_test.rb b/test/functional/groups_controller_test.rb index 6edcbffdf..06a72b1c5 100644 --- a/test/functional/groups_controller_test.rb +++ b/test/functional/groups_controller_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/functional/imports_controller_test.rb b/test/functional/imports_controller_test.rb index a4e5f1bf0..d6a110056 100644 --- a/test/functional/imports_controller_test.rb +++ b/test/functional/imports_controller_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/functional/issue_categories_controller_test.rb b/test/functional/issue_categories_controller_test.rb index 760fe4a5b..c133a8964 100644 --- a/test/functional/issue_categories_controller_test.rb +++ b/test/functional/issue_categories_controller_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/functional/issue_relations_controller_test.rb b/test/functional/issue_relations_controller_test.rb index 15ef829d9..10aa25355 100644 --- a/test/functional/issue_relations_controller_test.rb +++ b/test/functional/issue_relations_controller_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/functional/issue_statuses_controller_test.rb b/test/functional/issue_statuses_controller_test.rb index abf67959d..0d7ce2a7c 100644 --- a/test/functional/issue_statuses_controller_test.rb +++ b/test/functional/issue_statuses_controller_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/functional/issues_controller_transaction_test.rb b/test/functional/issues_controller_transaction_test.rb index 081c3fdfb..7e8dde7df 100644 --- a/test/functional/issues_controller_transaction_test.rb +++ b/test/functional/issues_controller_transaction_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/functional/issues_custom_fields_visibility_test.rb b/test/functional/issues_custom_fields_visibility_test.rb index adae13134..2e0d777e6 100644 --- a/test/functional/issues_custom_fields_visibility_test.rb +++ b/test/functional/issues_custom_fields_visibility_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/functional/journals_controller_test.rb b/test/functional/journals_controller_test.rb index 21bf73533..3009ea5f6 100644 --- a/test/functional/journals_controller_test.rb +++ b/test/functional/journals_controller_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/functional/mail_handler_controller_test.rb b/test/functional/mail_handler_controller_test.rb index e8a12abe0..6429df6f1 100644 --- a/test/functional/mail_handler_controller_test.rb +++ b/test/functional/mail_handler_controller_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/functional/members_controller_test.rb b/test/functional/members_controller_test.rb index f6fb49153..8ce822810 100644 --- a/test/functional/members_controller_test.rb +++ b/test/functional/members_controller_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/functional/messages_controller_test.rb b/test/functional/messages_controller_test.rb index fdfb44084..be8fe4876 100644 --- a/test/functional/messages_controller_test.rb +++ b/test/functional/messages_controller_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/functional/my_controller_test.rb b/test/functional/my_controller_test.rb index d864f22f1..dda67a185 100644 --- a/test/functional/my_controller_test.rb +++ b/test/functional/my_controller_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/functional/news_controller_test.rb b/test/functional/news_controller_test.rb index df5282155..c3d293254 100644 --- a/test/functional/news_controller_test.rb +++ b/test/functional/news_controller_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/functional/previews_controller_test.rb b/test/functional/previews_controller_test.rb index 12a5140e0..d7b5926b0 100644 --- a/test/functional/previews_controller_test.rb +++ b/test/functional/previews_controller_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/functional/principal_memberships_controller_test.rb b/test/functional/principal_memberships_controller_test.rb index 36e856adc..d3ec014b5 100644 --- a/test/functional/principal_memberships_controller_test.rb +++ b/test/functional/principal_memberships_controller_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/functional/project_enumerations_controller_test.rb b/test/functional/project_enumerations_controller_test.rb index 4a8069c5e..bf7a3f93b 100644 --- a/test/functional/project_enumerations_controller_test.rb +++ b/test/functional/project_enumerations_controller_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/functional/projects_controller_test.rb b/test/functional/projects_controller_test.rb index 41d2a275a..84f8cac6c 100644 --- a/test/functional/projects_controller_test.rb +++ b/test/functional/projects_controller_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/functional/queries_controller_test.rb b/test/functional/queries_controller_test.rb index 203e80c37..22fb7bae9 100644 --- a/test/functional/queries_controller_test.rb +++ b/test/functional/queries_controller_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/functional/reports_controller_test.rb b/test/functional/reports_controller_test.rb index 1ce71ecb7..2da437ee3 100644 --- a/test/functional/reports_controller_test.rb +++ b/test/functional/reports_controller_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/functional/repositories_bazaar_controller_test.rb b/test/functional/repositories_bazaar_controller_test.rb index 43c68ccef..ddd307146 100644 --- a/test/functional/repositories_bazaar_controller_test.rb +++ b/test/functional/repositories_bazaar_controller_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/functional/repositories_controller_test.rb b/test/functional/repositories_controller_test.rb index ae1ccab6e..74701e2e8 100644 --- a/test/functional/repositories_controller_test.rb +++ b/test/functional/repositories_controller_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/functional/repositories_cvs_controller_test.rb b/test/functional/repositories_cvs_controller_test.rb index 00a752a5b..2d54b972d 100644 --- a/test/functional/repositories_cvs_controller_test.rb +++ b/test/functional/repositories_cvs_controller_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/functional/repositories_subversion_controller_test.rb b/test/functional/repositories_subversion_controller_test.rb index effd93ab3..90959fdaf 100644 --- a/test/functional/repositories_subversion_controller_test.rb +++ b/test/functional/repositories_subversion_controller_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/functional/roles_controller_test.rb b/test/functional/roles_controller_test.rb index 5f28b898f..165831407 100644 --- a/test/functional/roles_controller_test.rb +++ b/test/functional/roles_controller_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/functional/search_controller_test.rb b/test/functional/search_controller_test.rb index 1f99abf68..926593647 100644 --- a/test/functional/search_controller_test.rb +++ b/test/functional/search_controller_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/functional/search_custom_fields_visibility_test.rb b/test/functional/search_custom_fields_visibility_test.rb index 960aff591..04287aeaf 100644 --- a/test/functional/search_custom_fields_visibility_test.rb +++ b/test/functional/search_custom_fields_visibility_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/functional/sessions_controller_test.rb b/test/functional/sessions_controller_test.rb index ec38a8de1..c32b1e39f 100644 --- a/test/functional/sessions_controller_test.rb +++ b/test/functional/sessions_controller_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/functional/settings_controller_test.rb b/test/functional/settings_controller_test.rb index b8411023c..3b9a47f6c 100644 --- a/test/functional/settings_controller_test.rb +++ b/test/functional/settings_controller_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/functional/sys_controller_test.rb b/test/functional/sys_controller_test.rb index 838ba1cd2..f5ef3b8e9 100644 --- a/test/functional/sys_controller_test.rb +++ b/test/functional/sys_controller_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/functional/timelog_controller_test.rb b/test/functional/timelog_controller_test.rb index da840db8d..4ab5b3d59 100644 --- a/test/functional/timelog_controller_test.rb +++ b/test/functional/timelog_controller_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/functional/timelog_custom_fields_visibility_test.rb b/test/functional/timelog_custom_fields_visibility_test.rb index 41da3c22a..6aa2efde9 100644 --- a/test/functional/timelog_custom_fields_visibility_test.rb +++ b/test/functional/timelog_custom_fields_visibility_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/functional/trackers_controller_test.rb b/test/functional/trackers_controller_test.rb index d9d3f696f..ce4b149e2 100644 --- a/test/functional/trackers_controller_test.rb +++ b/test/functional/trackers_controller_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/functional/users_controller_test.rb b/test/functional/users_controller_test.rb index 4c287cf3d..2b15af1ba 100644 --- a/test/functional/users_controller_test.rb +++ b/test/functional/users_controller_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/functional/versions_controller_test.rb b/test/functional/versions_controller_test.rb index abe1f646d..fc9e2ac60 100644 --- a/test/functional/versions_controller_test.rb +++ b/test/functional/versions_controller_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/functional/watchers_controller_test.rb b/test/functional/watchers_controller_test.rb index e586411f5..8dd0c4767 100644 --- a/test/functional/watchers_controller_test.rb +++ b/test/functional/watchers_controller_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/functional/welcome_controller_test.rb b/test/functional/welcome_controller_test.rb index 186af1ee2..8845f0afc 100644 --- a/test/functional/welcome_controller_test.rb +++ b/test/functional/welcome_controller_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/functional/wiki_controller_test.rb b/test/functional/wiki_controller_test.rb index e3cba62dd..b416f8a01 100644 --- a/test/functional/wiki_controller_test.rb +++ b/test/functional/wiki_controller_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/functional/wikis_controller_test.rb b/test/functional/wikis_controller_test.rb index f4d482c6e..99f66cfe0 100644 --- a/test/functional/wikis_controller_test.rb +++ b/test/functional/wikis_controller_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/functional/workflows_controller_test.rb b/test/functional/workflows_controller_test.rb index 93a8a34de..e9ebb4262 100644 --- a/test/functional/workflows_controller_test.rb +++ b/test/functional/workflows_controller_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/helpers/activities_helper_test.rb b/test/helpers/activities_helper_test.rb index 50e4d46df..db936e0f1 100644 --- a/test/helpers/activities_helper_test.rb +++ b/test/helpers/activities_helper_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/helpers/custom_fields_helper_test.rb b/test/helpers/custom_fields_helper_test.rb index 7827fa844..031692112 100644 --- a/test/helpers/custom_fields_helper_test.rb +++ b/test/helpers/custom_fields_helper_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/helpers/groups_helper_test.rb b/test/helpers/groups_helper_test.rb index 933f6e81b..db7972bfd 100644 --- a/test/helpers/groups_helper_test.rb +++ b/test/helpers/groups_helper_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/helpers/issues_helper_test.rb b/test/helpers/issues_helper_test.rb index 61ec5bd74..1e69f8f90 100644 --- a/test/helpers/issues_helper_test.rb +++ b/test/helpers/issues_helper_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/helpers/journals_helper_test.rb b/test/helpers/journals_helper_test.rb index 8e75bb04e..1c092f1c4 100644 --- a/test/helpers/journals_helper_test.rb +++ b/test/helpers/journals_helper_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/helpers/members_helper_test.rb b/test/helpers/members_helper_test.rb index e26a99ace..99cc244ea 100644 --- a/test/helpers/members_helper_test.rb +++ b/test/helpers/members_helper_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/helpers/projects_helper_test.rb b/test/helpers/projects_helper_test.rb index 116f215e1..0173a33de 100644 --- a/test/helpers/projects_helper_test.rb +++ b/test/helpers/projects_helper_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/helpers/queries_helper_test.rb b/test/helpers/queries_helper_test.rb index a880a92f6..685bc1d46 100644 --- a/test/helpers/queries_helper_test.rb +++ b/test/helpers/queries_helper_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/helpers/routes_helper_test.rb b/test/helpers/routes_helper_test.rb index db9b62ccd..5716214ce 100644 --- a/test/helpers/routes_helper_test.rb +++ b/test/helpers/routes_helper_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/helpers/search_helper_test.rb b/test/helpers/search_helper_test.rb index 2bccb9b8b..de6a96056 100644 --- a/test/helpers/search_helper_test.rb +++ b/test/helpers/search_helper_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/helpers/settings_helper_test.rb b/test/helpers/settings_helper_test.rb index 6aa9fb5a1..f7b70cc31 100644 --- a/test/helpers/settings_helper_test.rb +++ b/test/helpers/settings_helper_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/helpers/sort_helper_test.rb b/test/helpers/sort_helper_test.rb index 586a5d125..4f25a6e0e 100644 --- a/test/helpers/sort_helper_test.rb +++ b/test/helpers/sort_helper_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/helpers/timelog_helper_test.rb b/test/helpers/timelog_helper_test.rb index 9c7ecd8be..c94d7ef43 100644 --- a/test/helpers/timelog_helper_test.rb +++ b/test/helpers/timelog_helper_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/helpers/version_helper_test.rb b/test/helpers/version_helper_test.rb index 1800388f0..bf72d22ef 100644 --- a/test/helpers/version_helper_test.rb +++ b/test/helpers/version_helper_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/helpers/watchers_helper_test.rb b/test/helpers/watchers_helper_test.rb index 109ac746b..8e1174cda 100644 --- a/test/helpers/watchers_helper_test.rb +++ b/test/helpers/watchers_helper_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/helpers/wiki_helper_test.rb b/test/helpers/wiki_helper_test.rb index 74ab03473..5b0fbf3e6 100644 --- a/test/helpers/wiki_helper_test.rb +++ b/test/helpers/wiki_helper_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/account_test.rb b/test/integration/account_test.rb index c16f58b59..3386ab0fa 100644 --- a/test/integration/account_test.rb +++ b/test/integration/account_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/admin_test.rb b/test/integration/admin_test.rb index 7809d0872..014e428b0 100644 --- a/test/integration/admin_test.rb +++ b/test/integration/admin_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/api_test/api_routing_test.rb b/test/integration/api_test/api_routing_test.rb index fefe242ca..5b8c86f1d 100644 --- a/test/integration/api_test/api_routing_test.rb +++ b/test/integration/api_test/api_routing_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/api_test/api_test.rb b/test/integration/api_test/api_test.rb index cdf841c9c..0a3bb5b77 100644 --- a/test/integration/api_test/api_test.rb +++ b/test/integration/api_test/api_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/api_test/attachments_test.rb b/test/integration/api_test/attachments_test.rb index f469a5132..f894a7970 100644 --- a/test/integration/api_test/attachments_test.rb +++ b/test/integration/api_test/attachments_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/api_test/custom_fields_attribute_test.rb b/test/integration/api_test/custom_fields_attribute_test.rb index b08f93c42..b3ac51026 100644 --- a/test/integration/api_test/custom_fields_attribute_test.rb +++ b/test/integration/api_test/custom_fields_attribute_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/api_test/custom_fields_test.rb b/test/integration/api_test/custom_fields_test.rb index 51b400878..bc2df4378 100644 --- a/test/integration/api_test/custom_fields_test.rb +++ b/test/integration/api_test/custom_fields_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/api_test/disabled_rest_api_test.rb b/test/integration/api_test/disabled_rest_api_test.rb index 311ae6bf9..9c9f3c387 100644 --- a/test/integration/api_test/disabled_rest_api_test.rb +++ b/test/integration/api_test/disabled_rest_api_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/api_test/enumerations_test.rb b/test/integration/api_test/enumerations_test.rb index a5b31f851..d26c037f2 100644 --- a/test/integration/api_test/enumerations_test.rb +++ b/test/integration/api_test/enumerations_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/api_test/files_test.rb b/test/integration/api_test/files_test.rb index 6879b02da..9f6d26a7c 100644 --- a/test/integration/api_test/files_test.rb +++ b/test/integration/api_test/files_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/api_test/groups_test.rb b/test/integration/api_test/groups_test.rb index 5a70e8cfe..b98425ffb 100644 --- a/test/integration/api_test/groups_test.rb +++ b/test/integration/api_test/groups_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/api_test/issue_categories_test.rb b/test/integration/api_test/issue_categories_test.rb index f033b3391..4816b56e4 100644 --- a/test/integration/api_test/issue_categories_test.rb +++ b/test/integration/api_test/issue_categories_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/api_test/issue_relations_test.rb b/test/integration/api_test/issue_relations_test.rb index 0665145d7..6236b5c5b 100644 --- a/test/integration/api_test/issue_relations_test.rb +++ b/test/integration/api_test/issue_relations_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/api_test/issue_statuses_test.rb b/test/integration/api_test/issue_statuses_test.rb index c7ed78c73..3927d9fa2 100644 --- a/test/integration/api_test/issue_statuses_test.rb +++ b/test/integration/api_test/issue_statuses_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/api_test/issues_test.rb b/test/integration/api_test/issues_test.rb index cefc96a66..453cc9c5d 100644 --- a/test/integration/api_test/issues_test.rb +++ b/test/integration/api_test/issues_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/api_test/jsonp_test.rb b/test/integration/api_test/jsonp_test.rb index 307033e64..ee41f9ad2 100644 --- a/test/integration/api_test/jsonp_test.rb +++ b/test/integration/api_test/jsonp_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/api_test/memberships_test.rb b/test/integration/api_test/memberships_test.rb index dacedc779..03926b31f 100644 --- a/test/integration/api_test/memberships_test.rb +++ b/test/integration/api_test/memberships_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/api_test/news_test.rb b/test/integration/api_test/news_test.rb index de11190bf..1489ddd5f 100644 --- a/test/integration/api_test/news_test.rb +++ b/test/integration/api_test/news_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/api_test/projects_test.rb b/test/integration/api_test/projects_test.rb index 0664fbb2a..55bef0174 100644 --- a/test/integration/api_test/projects_test.rb +++ b/test/integration/api_test/projects_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/api_test/queries_test.rb b/test/integration/api_test/queries_test.rb index e147e0c83..549837fb5 100644 --- a/test/integration/api_test/queries_test.rb +++ b/test/integration/api_test/queries_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/api_test/roles_test.rb b/test/integration/api_test/roles_test.rb index 72c4e4585..b3d148a2e 100644 --- a/test/integration/api_test/roles_test.rb +++ b/test/integration/api_test/roles_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/api_test/search_test.rb b/test/integration/api_test/search_test.rb index 951fb45a9..4d664ddc3 100644 --- a/test/integration/api_test/search_test.rb +++ b/test/integration/api_test/search_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/api_test/time_entries_test.rb b/test/integration/api_test/time_entries_test.rb index d369e757f..57d60991f 100644 --- a/test/integration/api_test/time_entries_test.rb +++ b/test/integration/api_test/time_entries_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/api_test/trackers_test.rb b/test/integration/api_test/trackers_test.rb index 3e89aeec3..40b08b199 100644 --- a/test/integration/api_test/trackers_test.rb +++ b/test/integration/api_test/trackers_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/api_test/users_test.rb b/test/integration/api_test/users_test.rb index 8a8031ffa..982ca00b0 100644 --- a/test/integration/api_test/users_test.rb +++ b/test/integration/api_test/users_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/api_test/versions_test.rb b/test/integration/api_test/versions_test.rb index 048eddaf0..2589d4f32 100644 --- a/test/integration/api_test/versions_test.rb +++ b/test/integration/api_test/versions_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/api_test/wiki_pages_test.rb b/test/integration/api_test/wiki_pages_test.rb index fb3f095d6..e5d8cccdf 100644 --- a/test/integration/api_test/wiki_pages_test.rb +++ b/test/integration/api_test/wiki_pages_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/application_test.rb b/test/integration/application_test.rb index d1ecb2619..447e86cb9 100644 --- a/test/integration/application_test.rb +++ b/test/integration/application_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/attachments_test.rb b/test/integration/attachments_test.rb index 446ec79d2..01aa09f7d 100644 --- a/test/integration/attachments_test.rb +++ b/test/integration/attachments_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/feeds_test.rb b/test/integration/feeds_test.rb index f0c33490a..3b1787716 100644 --- a/test/integration/feeds_test.rb +++ b/test/integration/feeds_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/issues_test.rb b/test/integration/issues_test.rb index 50271845b..cf626caab 100644 --- a/test/integration/issues_test.rb +++ b/test/integration/issues_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/layout_test.rb b/test/integration/layout_test.rb index 5f83e8d90..af8a9de25 100644 --- a/test/integration/layout_test.rb +++ b/test/integration/layout_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/lib/redmine/field_format/attachment_format_test.rb b/test/integration/lib/redmine/field_format/attachment_format_test.rb index eeeb2b909..a915db58c 100644 --- a/test/integration/lib/redmine/field_format/attachment_format_test.rb +++ b/test/integration/lib/redmine/field_format/attachment_format_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/lib/redmine/hook_test.rb b/test/integration/lib/redmine/hook_test.rb index 71eac69c9..cfb5450eb 100644 --- a/test/integration/lib/redmine/hook_test.rb +++ b/test/integration/lib/redmine/hook_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/lib/redmine/menu_manager_test.rb b/test/integration/lib/redmine/menu_manager_test.rb index 89ebd2a99..906637ffb 100644 --- a/test/integration/lib/redmine/menu_manager_test.rb +++ b/test/integration/lib/redmine/menu_manager_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/lib/redmine/themes_test.rb b/test/integration/lib/redmine/themes_test.rb index ff24c478a..8bc84f237 100644 --- a/test/integration/lib/redmine/themes_test.rb +++ b/test/integration/lib/redmine/themes_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/projects_test.rb b/test/integration/projects_test.rb index 5342834a7..85438ffeb 100644 --- a/test/integration/projects_test.rb +++ b/test/integration/projects_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/repositories_git_test.rb b/test/integration/repositories_git_test.rb index c241798f7..862b779bb 100644 --- a/test/integration/repositories_git_test.rb +++ b/test/integration/repositories_git_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/routing/account_test.rb b/test/integration/routing/account_test.rb index bfca46256..06d6d3f14 100644 --- a/test/integration/routing/account_test.rb +++ b/test/integration/routing/account_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/routing/activities_test.rb b/test/integration/routing/activities_test.rb index 3b05fbb7a..407196d99 100644 --- a/test/integration/routing/activities_test.rb +++ b/test/integration/routing/activities_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/routing/admin_test.rb b/test/integration/routing/admin_test.rb index f2d6c62c8..bbb174d3a 100644 --- a/test/integration/routing/admin_test.rb +++ b/test/integration/routing/admin_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/routing/attachments_test.rb b/test/integration/routing/attachments_test.rb index aefadc7da..cffd7fa3d 100644 --- a/test/integration/routing/attachments_test.rb +++ b/test/integration/routing/attachments_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/routing/auth_sources_test.rb b/test/integration/routing/auth_sources_test.rb index cb2e23bfb..2e1a2ef7d 100644 --- a/test/integration/routing/auth_sources_test.rb +++ b/test/integration/routing/auth_sources_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/routing/auto_completes_test.rb b/test/integration/routing/auto_completes_test.rb index 59162fccc..259bc3f5f 100644 --- a/test/integration/routing/auto_completes_test.rb +++ b/test/integration/routing/auto_completes_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/routing/boards_test.rb b/test/integration/routing/boards_test.rb index 4ddabca37..c74b3bb60 100644 --- a/test/integration/routing/boards_test.rb +++ b/test/integration/routing/boards_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/routing/calendars_test.rb b/test/integration/routing/calendars_test.rb index 29a4df43b..6387a103b 100644 --- a/test/integration/routing/calendars_test.rb +++ b/test/integration/routing/calendars_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/routing/comments_test.rb b/test/integration/routing/comments_test.rb index 57210e38c..85451f81d 100644 --- a/test/integration/routing/comments_test.rb +++ b/test/integration/routing/comments_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/routing/context_menus_test.rb b/test/integration/routing/context_menus_test.rb index 9410d6112..a59fe472d 100644 --- a/test/integration/routing/context_menus_test.rb +++ b/test/integration/routing/context_menus_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/routing/custom_fields_test.rb b/test/integration/routing/custom_fields_test.rb index 73ff4dac4..14e85c6e5 100644 --- a/test/integration/routing/custom_fields_test.rb +++ b/test/integration/routing/custom_fields_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/routing/documents_test.rb b/test/integration/routing/documents_test.rb index ae25931ac..8f8308518 100644 --- a/test/integration/routing/documents_test.rb +++ b/test/integration/routing/documents_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/routing/enumerations_test.rb b/test/integration/routing/enumerations_test.rb index b23c8a191..893d7b61a 100644 --- a/test/integration/routing/enumerations_test.rb +++ b/test/integration/routing/enumerations_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/routing/files_test.rb b/test/integration/routing/files_test.rb index 66f947a20..b9a6a3628 100644 --- a/test/integration/routing/files_test.rb +++ b/test/integration/routing/files_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/routing/gantts_test.rb b/test/integration/routing/gantts_test.rb index 26283acbf..3466edd2f 100644 --- a/test/integration/routing/gantts_test.rb +++ b/test/integration/routing/gantts_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/routing/groups_test.rb b/test/integration/routing/groups_test.rb index 9edf7efa4..eeca264dc 100644 --- a/test/integration/routing/groups_test.rb +++ b/test/integration/routing/groups_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/routing/imports_test.rb b/test/integration/routing/imports_test.rb index 91677dbec..ec71470d0 100644 --- a/test/integration/routing/imports_test.rb +++ b/test/integration/routing/imports_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/routing/issue_categories_test.rb b/test/integration/routing/issue_categories_test.rb index 77d5aab8b..e72eac9a3 100644 --- a/test/integration/routing/issue_categories_test.rb +++ b/test/integration/routing/issue_categories_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/routing/issue_relations_test.rb b/test/integration/routing/issue_relations_test.rb index 8d9160eb6..a94a83742 100644 --- a/test/integration/routing/issue_relations_test.rb +++ b/test/integration/routing/issue_relations_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/routing/issue_statuses_test.rb b/test/integration/routing/issue_statuses_test.rb index 16d288246..20f106a36 100644 --- a/test/integration/routing/issue_statuses_test.rb +++ b/test/integration/routing/issue_statuses_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/routing/issues_test.rb b/test/integration/routing/issues_test.rb index b9c9a1adb..9f4608f2f 100644 --- a/test/integration/routing/issues_test.rb +++ b/test/integration/routing/issues_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/routing/journals_test.rb b/test/integration/routing/journals_test.rb index 19a5c40ca..7fe07824e 100644 --- a/test/integration/routing/journals_test.rb +++ b/test/integration/routing/journals_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/routing/mail_handler_test.rb b/test/integration/routing/mail_handler_test.rb index 5aa4cb201..81f962469 100644 --- a/test/integration/routing/mail_handler_test.rb +++ b/test/integration/routing/mail_handler_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/routing/members_test.rb b/test/integration/routing/members_test.rb index a3ad9b072..0f3ad75a2 100644 --- a/test/integration/routing/members_test.rb +++ b/test/integration/routing/members_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/routing/messages_test.rb b/test/integration/routing/messages_test.rb index 866b3d3dc..ffba11da7 100644 --- a/test/integration/routing/messages_test.rb +++ b/test/integration/routing/messages_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/routing/my_test.rb b/test/integration/routing/my_test.rb index fac5ebffc..95af52edc 100644 --- a/test/integration/routing/my_test.rb +++ b/test/integration/routing/my_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/routing/news_test.rb b/test/integration/routing/news_test.rb index f3aff861b..a94aca95e 100644 --- a/test/integration/routing/news_test.rb +++ b/test/integration/routing/news_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/routing/previews_test.rb b/test/integration/routing/previews_test.rb index e1b8fc0ad..fa7a07d26 100644 --- a/test/integration/routing/previews_test.rb +++ b/test/integration/routing/previews_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/routing/principal_memberships_test.rb b/test/integration/routing/principal_memberships_test.rb index 888e73145..de06be55d 100644 --- a/test/integration/routing/principal_memberships_test.rb +++ b/test/integration/routing/principal_memberships_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/routing/project_enumerations_test.rb b/test/integration/routing/project_enumerations_test.rb index 09a4812e7..517cdaed4 100644 --- a/test/integration/routing/project_enumerations_test.rb +++ b/test/integration/routing/project_enumerations_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/routing/projects_test.rb b/test/integration/routing/projects_test.rb index 0f55db896..2be87c66b 100644 --- a/test/integration/routing/projects_test.rb +++ b/test/integration/routing/projects_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/routing/queries_test.rb b/test/integration/routing/queries_test.rb index b1dbeaa0d..3b9eb1057 100644 --- a/test/integration/routing/queries_test.rb +++ b/test/integration/routing/queries_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/routing/reports_test.rb b/test/integration/routing/reports_test.rb index a85a0f9a5..c5fbcb52b 100644 --- a/test/integration/routing/reports_test.rb +++ b/test/integration/routing/reports_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/routing/repositories_test.rb b/test/integration/routing/repositories_test.rb index 6e461a91c..eeb927e75 100644 --- a/test/integration/routing/repositories_test.rb +++ b/test/integration/routing/repositories_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/routing/roles_test.rb b/test/integration/routing/roles_test.rb index 8aaf36063..c24cc3f5c 100644 --- a/test/integration/routing/roles_test.rb +++ b/test/integration/routing/roles_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/routing/search_test.rb b/test/integration/routing/search_test.rb index aa5d22287..386b1705a 100644 --- a/test/integration/routing/search_test.rb +++ b/test/integration/routing/search_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/routing/settings_test.rb b/test/integration/routing/settings_test.rb index 5eebb5792..66ded9d9a 100644 --- a/test/integration/routing/settings_test.rb +++ b/test/integration/routing/settings_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/routing/sys_test.rb b/test/integration/routing/sys_test.rb index bba26aa29..63a48f19a 100644 --- a/test/integration/routing/sys_test.rb +++ b/test/integration/routing/sys_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/routing/timelog_test.rb b/test/integration/routing/timelog_test.rb index 53c883bd9..c3f35f01c 100644 --- a/test/integration/routing/timelog_test.rb +++ b/test/integration/routing/timelog_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/routing/trackers_test.rb b/test/integration/routing/trackers_test.rb index bc8c6ecdd..759e9f5c0 100644 --- a/test/integration/routing/trackers_test.rb +++ b/test/integration/routing/trackers_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/routing/users_test.rb b/test/integration/routing/users_test.rb index 0e1d957d0..f0bcec7f5 100644 --- a/test/integration/routing/users_test.rb +++ b/test/integration/routing/users_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/routing/versions_test.rb b/test/integration/routing/versions_test.rb index 364b5ae52..8c955ace7 100644 --- a/test/integration/routing/versions_test.rb +++ b/test/integration/routing/versions_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/routing/watchers_test.rb b/test/integration/routing/watchers_test.rb index ffb3279fe..4134e2cb6 100644 --- a/test/integration/routing/watchers_test.rb +++ b/test/integration/routing/watchers_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/routing/welcome_test.rb b/test/integration/routing/welcome_test.rb index 48686a7be..3ae3ffca5 100644 --- a/test/integration/routing/welcome_test.rb +++ b/test/integration/routing/welcome_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/routing/wiki_test.rb b/test/integration/routing/wiki_test.rb index 54fcb17db..2caf3bd94 100644 --- a/test/integration/routing/wiki_test.rb +++ b/test/integration/routing/wiki_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/routing/wikis_test.rb b/test/integration/routing/wikis_test.rb index f3d327630..6d621ff12 100644 --- a/test/integration/routing/wikis_test.rb +++ b/test/integration/routing/wikis_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/routing/workflows_test.rb b/test/integration/routing/workflows_test.rb index 436ca21bc..45bd5f316 100644 --- a/test/integration/routing/workflows_test.rb +++ b/test/integration/routing/workflows_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/sessions_test.rb b/test/integration/sessions_test.rb index 836e6f782..6eb7c5abd 100644 --- a/test/integration/sessions_test.rb +++ b/test/integration/sessions_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/sudo_mode_test.rb b/test/integration/sudo_mode_test.rb index 844c61481..b461c2f18 100644 --- a/test/integration/sudo_mode_test.rb +++ b/test/integration/sudo_mode_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true require File.expand_path('../../test_helper', __FILE__) diff --git a/test/integration/users_test.rb b/test/integration/users_test.rb index 6ae8e788f..659ec6125 100644 --- a/test/integration/users_test.rb +++ b/test/integration/users_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/integration/welcome_test.rb b/test/integration/welcome_test.rb index 1dbea10d3..0e28ff1cf 100644 --- a/test/integration/welcome_test.rb +++ b/test/integration/welcome_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/mocks/open_id_authentication_mock.rb b/test/mocks/open_id_authentication_mock.rb index d93c911ab..7cf593de2 100644 --- a/test/mocks/open_id_authentication_mock.rb +++ b/test/mocks/open_id_authentication_mock.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Mocks out OpenID # diff --git a/test/test_helper.rb b/test/test_helper.rb index 3ab99aaae..c9f6320bc 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/activity_test.rb b/test/unit/activity_test.rb index fcefbcea7..bfecdf6b4 100644 --- a/test/unit/activity_test.rb +++ b/test/unit/activity_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/attachment_transaction_test.rb b/test/unit/attachment_transaction_test.rb index 362e18d83..6531822c6 100644 --- a/test/unit/attachment_transaction_test.rb +++ b/test/unit/attachment_transaction_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/board_test.rb b/test/unit/board_test.rb index bbb4f1ef2..ac3f34289 100644 --- a/test/unit/board_test.rb +++ b/test/unit/board_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/comment_test.rb b/test/unit/comment_test.rb index ec3abf496..cbcc934cc 100644 --- a/test/unit/comment_test.rb +++ b/test/unit/comment_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/custom_field_user_format_test.rb b/test/unit/custom_field_user_format_test.rb index c0a16157a..162afcf41 100644 --- a/test/unit/custom_field_user_format_test.rb +++ b/test/unit/custom_field_user_format_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/custom_field_version_format_test.rb b/test/unit/custom_field_version_format_test.rb index 40177e6de..75b7ebb84 100644 --- a/test/unit/custom_field_version_format_test.rb +++ b/test/unit/custom_field_version_format_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/custom_value_test.rb b/test/unit/custom_value_test.rb index 70e276c4e..b630ab561 100644 --- a/test/unit/custom_value_test.rb +++ b/test/unit/custom_value_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/default_data_test.rb b/test/unit/default_data_test.rb index a22f3e233..571622c82 100644 --- a/test/unit/default_data_test.rb +++ b/test/unit/default_data_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/document_category_test.rb b/test/unit/document_category_test.rb index 66641a928..704316a89 100644 --- a/test/unit/document_category_test.rb +++ b/test/unit/document_category_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/document_test.rb b/test/unit/document_test.rb index 43c4cc793..76a20f26c 100644 --- a/test/unit/document_test.rb +++ b/test/unit/document_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/enabled_module_test.rb b/test/unit/enabled_module_test.rb index 5f3aae7e8..72c9b1c3b 100644 --- a/test/unit/enabled_module_test.rb +++ b/test/unit/enabled_module_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/enumeration_test.rb b/test/unit/enumeration_test.rb index b17dfbce8..903989a11 100644 --- a/test/unit/enumeration_test.rb +++ b/test/unit/enumeration_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/initializers/patches_test.rb b/test/unit/initializers/patches_test.rb index 67ecc2f7c..7bff38b64 100644 --- a/test/unit/initializers/patches_test.rb +++ b/test/unit/initializers/patches_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/issue_category_test.rb b/test/unit/issue_category_test.rb index 8ebea9f3e..f1eaf0ade 100644 --- a/test/unit/issue_category_test.rb +++ b/test/unit/issue_category_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/issue_custom_field_test.rb b/test/unit/issue_custom_field_test.rb index e6e76e9e1..4af35e561 100644 --- a/test/unit/issue_custom_field_test.rb +++ b/test/unit/issue_custom_field_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/issue_import_test.rb b/test/unit/issue_import_test.rb index b6c2d3104..9c4eafba1 100644 --- a/test/unit/issue_import_test.rb +++ b/test/unit/issue_import_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/issue_nested_set_test.rb b/test/unit/issue_nested_set_test.rb index ab5dcec85..3db859fd4 100644 --- a/test/unit/issue_nested_set_test.rb +++ b/test/unit/issue_nested_set_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/issue_priority_test.rb b/test/unit/issue_priority_test.rb index b48e095d5..ec22425cf 100644 --- a/test/unit/issue_priority_test.rb +++ b/test/unit/issue_priority_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/issue_relation_test.rb b/test/unit/issue_relation_test.rb index 31611edb0..38485961a 100644 --- a/test/unit/issue_relation_test.rb +++ b/test/unit/issue_relation_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/issue_scopes_test.rb b/test/unit/issue_scopes_test.rb index 13f98a357..d81404f0e 100644 --- a/test/unit/issue_scopes_test.rb +++ b/test/unit/issue_scopes_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/issue_status_test.rb b/test/unit/issue_status_test.rb index 70d8aa80d..5ec1e00fa 100644 --- a/test/unit/issue_status_test.rb +++ b/test/unit/issue_status_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/issue_subtasking_test.rb b/test/unit/issue_subtasking_test.rb index ff75a9ead..c0c49646f 100644 --- a/test/unit/issue_subtasking_test.rb +++ b/test/unit/issue_subtasking_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/issue_test.rb b/test/unit/issue_test.rb index 9f2e024fc..afd8d8c36 100644 --- a/test/unit/issue_test.rb +++ b/test/unit/issue_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/issue_transaction_test.rb b/test/unit/issue_transaction_test.rb index 4d9813ad1..59a914f20 100644 --- a/test/unit/issue_transaction_test.rb +++ b/test/unit/issue_transaction_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/journal_observer_test.rb b/test/unit/journal_observer_test.rb index 8dccce628..763a3cf44 100644 --- a/test/unit/journal_observer_test.rb +++ b/test/unit/journal_observer_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/journal_test.rb b/test/unit/journal_test.rb index 6b21bcd35..fba7f5e65 100644 --- a/test/unit/journal_test.rb +++ b/test/unit/journal_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/lib/redmine/access_control_test.rb b/test/unit/lib/redmine/access_control_test.rb index 13bc8ee62..a8c2502e1 100644 --- a/test/unit/lib/redmine/access_control_test.rb +++ b/test/unit/lib/redmine/access_control_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/lib/redmine/acts/positioned_with_scope_test.rb b/test/unit/lib/redmine/acts/positioned_with_scope_test.rb index dd4efe0af..a7b378464 100644 --- a/test/unit/lib/redmine/acts/positioned_with_scope_test.rb +++ b/test/unit/lib/redmine/acts/positioned_with_scope_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/lib/redmine/acts/positioned_without_scope_test.rb b/test/unit/lib/redmine/acts/positioned_without_scope_test.rb index e76cf8bbf..afc1237b4 100644 --- a/test/unit/lib/redmine/acts/positioned_without_scope_test.rb +++ b/test/unit/lib/redmine/acts/positioned_without_scope_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/lib/redmine/ciphering_test.rb b/test/unit/lib/redmine/ciphering_test.rb index 3b0577c1d..6a4f6b2a8 100644 --- a/test/unit/lib/redmine/ciphering_test.rb +++ b/test/unit/lib/redmine/ciphering_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/lib/redmine/configuration_test.rb b/test/unit/lib/redmine/configuration_test.rb index da408ef30..b1842e98c 100644 --- a/test/unit/lib/redmine/configuration_test.rb +++ b/test/unit/lib/redmine/configuration_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/lib/redmine/export/pdf/issues_pdf_test.rb b/test/unit/lib/redmine/export/pdf/issues_pdf_test.rb index 111c7d089..a7428f83c 100644 --- a/test/unit/lib/redmine/export/pdf/issues_pdf_test.rb +++ b/test/unit/lib/redmine/export/pdf/issues_pdf_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/lib/redmine/field_format/attachment_format_test.rb b/test/unit/lib/redmine/field_format/attachment_format_test.rb index 0d68bb616..61e6f63fd 100644 --- a/test/unit/lib/redmine/field_format/attachment_format_test.rb +++ b/test/unit/lib/redmine/field_format/attachment_format_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/lib/redmine/field_format/attachment_format_visibility_test.rb b/test/unit/lib/redmine/field_format/attachment_format_visibility_test.rb index 055422631..fe526c1c0 100644 --- a/test/unit/lib/redmine/field_format/attachment_format_visibility_test.rb +++ b/test/unit/lib/redmine/field_format/attachment_format_visibility_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/lib/redmine/field_format/bool_format_test.rb b/test/unit/lib/redmine/field_format/bool_format_test.rb index 31d7af707..020e4c8ab 100644 --- a/test/unit/lib/redmine/field_format/bool_format_test.rb +++ b/test/unit/lib/redmine/field_format/bool_format_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/lib/redmine/field_format/field_format_test.rb b/test/unit/lib/redmine/field_format/field_format_test.rb index 689f737df..a02888bf8 100644 --- a/test/unit/lib/redmine/field_format/field_format_test.rb +++ b/test/unit/lib/redmine/field_format/field_format_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/lib/redmine/field_format/link_format_test.rb b/test/unit/lib/redmine/field_format/link_format_test.rb index e2e26980c..ee7a95f5a 100644 --- a/test/unit/lib/redmine/field_format/link_format_test.rb +++ b/test/unit/lib/redmine/field_format/link_format_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/lib/redmine/field_format/numeric_format_test.rb b/test/unit/lib/redmine/field_format/numeric_format_test.rb index fdb757f72..1b4e4e5dd 100644 --- a/test/unit/lib/redmine/field_format/numeric_format_test.rb +++ b/test/unit/lib/redmine/field_format/numeric_format_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/lib/redmine/field_format/version_field_format_test.rb b/test/unit/lib/redmine/field_format/version_field_format_test.rb index 09071b1f0..e8b3b79db 100644 --- a/test/unit/lib/redmine/field_format/version_field_format_test.rb +++ b/test/unit/lib/redmine/field_format/version_field_format_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/lib/redmine/helpers/calendar_test.rb b/test/unit/lib/redmine/helpers/calendar_test.rb index 1c5f98027..da11d119f 100644 --- a/test/unit/lib/redmine/helpers/calendar_test.rb +++ b/test/unit/lib/redmine/helpers/calendar_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/lib/redmine/helpers/diff_test.rb b/test/unit/lib/redmine/helpers/diff_test.rb index fa1c83162..cf3e89969 100644 --- a/test/unit/lib/redmine/helpers/diff_test.rb +++ b/test/unit/lib/redmine/helpers/diff_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/lib/redmine/helpers/gantt_test.rb b/test/unit/lib/redmine/helpers/gantt_test.rb index 69270f7b1..36a9fb54e 100644 --- a/test/unit/lib/redmine/helpers/gantt_test.rb +++ b/test/unit/lib/redmine/helpers/gantt_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/lib/redmine/helpers/url_test.rb b/test/unit/lib/redmine/helpers/url_test.rb index 6bf11c884..56cdd522f 100644 --- a/test/unit/lib/redmine/helpers/url_test.rb +++ b/test/unit/lib/redmine/helpers/url_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/lib/redmine/hook_test.rb b/test/unit/lib/redmine/hook_test.rb index e804c7e66..b34f63423 100644 --- a/test/unit/lib/redmine/hook_test.rb +++ b/test/unit/lib/redmine/hook_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/lib/redmine/info_test.rb b/test/unit/lib/redmine/info_test.rb index 1c33b7a53..8c5da6381 100644 --- a/test/unit/lib/redmine/info_test.rb +++ b/test/unit/lib/redmine/info_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/lib/redmine/menu_manager/mapper_test.rb b/test/unit/lib/redmine/menu_manager/mapper_test.rb index 61d036a53..e37902d1f 100644 --- a/test/unit/lib/redmine/menu_manager/mapper_test.rb +++ b/test/unit/lib/redmine/menu_manager/mapper_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/lib/redmine/menu_manager/menu_helper_test.rb b/test/unit/lib/redmine/menu_manager/menu_helper_test.rb index 69102bde2..61ec99ee5 100644 --- a/test/unit/lib/redmine/menu_manager/menu_helper_test.rb +++ b/test/unit/lib/redmine/menu_manager/menu_helper_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/lib/redmine/menu_manager/menu_item_test.rb b/test/unit/lib/redmine/menu_manager/menu_item_test.rb index e6927b5d4..26af27245 100644 --- a/test/unit/lib/redmine/menu_manager/menu_item_test.rb +++ b/test/unit/lib/redmine/menu_manager/menu_item_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/lib/redmine/menu_manager_test.rb b/test/unit/lib/redmine/menu_manager_test.rb index ca777e3d5..0abad12ee 100644 --- a/test/unit/lib/redmine/menu_manager_test.rb +++ b/test/unit/lib/redmine/menu_manager_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/lib/redmine/mime_type_test.rb b/test/unit/lib/redmine/mime_type_test.rb index 7a1d1fcb0..7a5d1076e 100644 --- a/test/unit/lib/redmine/mime_type_test.rb +++ b/test/unit/lib/redmine/mime_type_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/lib/redmine/notifiable_test.rb b/test/unit/lib/redmine/notifiable_test.rb index 250543d93..b66f0c7f2 100644 --- a/test/unit/lib/redmine/notifiable_test.rb +++ b/test/unit/lib/redmine/notifiable_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/lib/redmine/pagination_helper_test.rb b/test/unit/lib/redmine/pagination_helper_test.rb index 008bfb492..4b0fff66f 100644 --- a/test/unit/lib/redmine/pagination_helper_test.rb +++ b/test/unit/lib/redmine/pagination_helper_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/lib/redmine/pagination_test.rb b/test/unit/lib/redmine/pagination_test.rb index 81696f2a4..733d1480d 100644 --- a/test/unit/lib/redmine/pagination_test.rb +++ b/test/unit/lib/redmine/pagination_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/lib/redmine/plugin_test.rb b/test/unit/lib/redmine/plugin_test.rb index 365af2336..efb28ffcd 100644 --- a/test/unit/lib/redmine/plugin_test.rb +++ b/test/unit/lib/redmine/plugin_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/lib/redmine/safe_attributes_test.rb b/test/unit/lib/redmine/safe_attributes_test.rb index 7b78953af..0bebd55c7 100644 --- a/test/unit/lib/redmine/safe_attributes_test.rb +++ b/test/unit/lib/redmine/safe_attributes_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/lib/redmine/themes_test.rb b/test/unit/lib/redmine/themes_test.rb index 7128e41a0..ad28c2c38 100644 --- a/test/unit/lib/redmine/themes_test.rb +++ b/test/unit/lib/redmine/themes_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/lib/redmine/utils/date_calculation.rb b/test/unit/lib/redmine/utils/date_calculation.rb index cb96c8df3..8780f901a 100644 --- a/test/unit/lib/redmine/utils/date_calculation.rb +++ b/test/unit/lib/redmine/utils/date_calculation.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/lib/redmine/views/builders/json_test.rb b/test/unit/lib/redmine/views/builders/json_test.rb index eba7bc57d..0931a0a55 100644 --- a/test/unit/lib/redmine/views/builders/json_test.rb +++ b/test/unit/lib/redmine/views/builders/json_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/lib/redmine/views/builders/xml_test.rb b/test/unit/lib/redmine/views/builders/xml_test.rb index 8d641c2fa..1186db514 100644 --- a/test/unit/lib/redmine/views/builders/xml_test.rb +++ b/test/unit/lib/redmine/views/builders/xml_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/lib/redmine/views/labelled_form_builder_test.rb b/test/unit/lib/redmine/views/labelled_form_builder_test.rb index 69d157fa4..879b86a34 100644 --- a/test/unit/lib/redmine/views/labelled_form_builder_test.rb +++ b/test/unit/lib/redmine/views/labelled_form_builder_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/lib/redmine/wiki_formatting/html_parser_test.rb b/test/unit/lib/redmine/wiki_formatting/html_parser_test.rb index 7ca503226..7900a5af8 100644 --- a/test/unit/lib/redmine/wiki_formatting/html_parser_test.rb +++ b/test/unit/lib/redmine/wiki_formatting/html_parser_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/lib/redmine/wiki_formatting/macros_test.rb b/test/unit/lib/redmine/wiki_formatting/macros_test.rb index b3a9abb6b..067d95ca4 100644 --- a/test/unit/lib/redmine/wiki_formatting/macros_test.rb +++ b/test/unit/lib/redmine/wiki_formatting/macros_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/lib/redmine/wiki_formatting/markdown_formatter_test.rb b/test/unit/lib/redmine/wiki_formatting/markdown_formatter_test.rb index f1eee53de..22e33b620 100644 --- a/test/unit/lib/redmine/wiki_formatting/markdown_formatter_test.rb +++ b/test/unit/lib/redmine/wiki_formatting/markdown_formatter_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/lib/redmine/wiki_formatting/markdown_html_parser_test.rb b/test/unit/lib/redmine/wiki_formatting/markdown_html_parser_test.rb index b46f574e2..5e083de7a 100644 --- a/test/unit/lib/redmine/wiki_formatting/markdown_html_parser_test.rb +++ b/test/unit/lib/redmine/wiki_formatting/markdown_html_parser_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb b/test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb index c24b92c33..2a7714367 100644 --- a/test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb +++ b/test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # # Redmine - project management software diff --git a/test/unit/lib/redmine/wiki_formatting/textile_html_parser_test.rb b/test/unit/lib/redmine/wiki_formatting/textile_html_parser_test.rb index 3ae16c1d6..d55fd17ad 100644 --- a/test/unit/lib/redmine/wiki_formatting/textile_html_parser_test.rb +++ b/test/unit/lib/redmine/wiki_formatting/textile_html_parser_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/lib/redmine/wiki_formatting_test.rb b/test/unit/lib/redmine/wiki_formatting_test.rb index 4db068704..33e0a0239 100644 --- a/test/unit/lib/redmine/wiki_formatting_test.rb +++ b/test/unit/lib/redmine/wiki_formatting_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/lib/redmine_test.rb b/test/unit/lib/redmine_test.rb index 718e9d3ac..111c9d34b 100644 --- a/test/unit/lib/redmine_test.rb +++ b/test/unit/lib/redmine_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/mailer_localisation_test.rb b/test/unit/mailer_localisation_test.rb index c52d5cbf5..020d3a6ec 100644 --- a/test/unit/mailer_localisation_test.rb +++ b/test/unit/mailer_localisation_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/mailer_test.rb b/test/unit/mailer_test.rb index b388b239d..51fc001f9 100644 --- a/test/unit/mailer_test.rb +++ b/test/unit/mailer_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/message_test.rb b/test/unit/message_test.rb index 63d5f3093..622079fd3 100644 --- a/test/unit/message_test.rb +++ b/test/unit/message_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/news_test.rb b/test/unit/news_test.rb index c50747c5d..a7ecb43b6 100644 --- a/test/unit/news_test.rb +++ b/test/unit/news_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/principal_test.rb b/test/unit/principal_test.rb index 57b08ee61..77ccb540a 100644 --- a/test/unit/principal_test.rb +++ b/test/unit/principal_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/project_copy_test.rb b/test/unit/project_copy_test.rb index 318251c39..2dc652c52 100644 --- a/test/unit/project_copy_test.rb +++ b/test/unit/project_copy_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/project_members_inheritance_test.rb b/test/unit/project_members_inheritance_test.rb index b339e47e6..990973c6b 100644 --- a/test/unit/project_members_inheritance_test.rb +++ b/test/unit/project_members_inheritance_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/project_nested_set_concurrency_test.rb b/test/unit/project_nested_set_concurrency_test.rb index 61831db2d..715faed0c 100644 --- a/test/unit/project_nested_set_concurrency_test.rb +++ b/test/unit/project_nested_set_concurrency_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/project_nested_set_test.rb b/test/unit/project_nested_set_test.rb index 01fad0cb2..12668e0e6 100644 --- a/test/unit/project_nested_set_test.rb +++ b/test/unit/project_nested_set_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/project_test.rb b/test/unit/project_test.rb index 129ac66ff..fdd26e6ca 100644 --- a/test/unit/project_test.rb +++ b/test/unit/project_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/role_test.rb b/test/unit/role_test.rb index 09b249519..5d1b8035d 100644 --- a/test/unit/role_test.rb +++ b/test/unit/role_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/search_test.rb b/test/unit/search_test.rb index f52d53b5f..06acbb7ad 100644 --- a/test/unit/search_test.rb +++ b/test/unit/search_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/setting_test.rb b/test/unit/setting_test.rb index f2b979765..d37aa7829 100644 --- a/test/unit/setting_test.rb +++ b/test/unit/setting_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/time_entry_activity_test.rb b/test/unit/time_entry_activity_test.rb index 350df287d..a257de464 100644 --- a/test/unit/time_entry_activity_test.rb +++ b/test/unit/time_entry_activity_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/time_entry_query_test.rb b/test/unit/time_entry_query_test.rb index 5344ee1a8..426122611 100644 --- a/test/unit/time_entry_query_test.rb +++ b/test/unit/time_entry_query_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/time_entry_test.rb b/test/unit/time_entry_test.rb index 94a2ac8ac..824726fb0 100644 --- a/test/unit/time_entry_test.rb +++ b/test/unit/time_entry_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/token_test.rb b/test/unit/token_test.rb index b3004f614..193c7ac92 100644 --- a/test/unit/token_test.rb +++ b/test/unit/token_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/tracker_test.rb b/test/unit/tracker_test.rb index 9f471ee87..4cace7e3b 100644 --- a/test/unit/tracker_test.rb +++ b/test/unit/tracker_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/user_preference_test.rb b/test/unit/user_preference_test.rb index e738d72ea..a200373f5 100644 --- a/test/unit/user_preference_test.rb +++ b/test/unit/user_preference_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/user_test.rb b/test/unit/user_test.rb index 399a97274..5ae17508f 100644 --- a/test/unit/user_test.rb +++ b/test/unit/user_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/version_test.rb b/test/unit/version_test.rb index 048b3f1a2..9773a956d 100644 --- a/test/unit/version_test.rb +++ b/test/unit/version_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/watcher_test.rb b/test/unit/watcher_test.rb index d49b37461..e7aca98fe 100644 --- a/test/unit/watcher_test.rb +++ b/test/unit/watcher_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/wiki_content_test.rb b/test/unit/wiki_content_test.rb index 225d7697e..c48c26be0 100644 --- a/test/unit/wiki_content_test.rb +++ b/test/unit/wiki_content_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/wiki_content_version_test.rb b/test/unit/wiki_content_version_test.rb index be88ac74c..bca84fc2a 100644 --- a/test/unit/wiki_content_version_test.rb +++ b/test/unit/wiki_content_version_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/wiki_page_test.rb b/test/unit/wiki_page_test.rb index 0dd61940d..012405408 100644 --- a/test/unit/wiki_page_test.rb +++ b/test/unit/wiki_page_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/wiki_redirect_test.rb b/test/unit/wiki_redirect_test.rb index 8bae9cfd1..19f92183e 100644 --- a/test/unit/wiki_redirect_test.rb +++ b/test/unit/wiki_redirect_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/workflow_test.rb b/test/unit/workflow_test.rb index a97a684cb..84504d7d9 100644 --- a/test/unit/workflow_test.rb +++ b/test/unit/workflow_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang diff --git a/test/unit/workflow_transition_test.rb b/test/unit/workflow_transition_test.rb index 724834746..71782bf72 100644 --- a/test/unit/workflow_transition_test.rb +++ b/test/unit/workflow_transition_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang -- 2.39.5