mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
4bf16e5215
Diff was achieved by running
rubocop -A --only Style/FrozenStringLiteralComment,Layout/EmptyLineAfterMagicComment,Style/RedundantFreeze
for the module folders of the affected modules.
This change is part of the effort to slowly roll out frozen
string literals across the entire application.
6 lines
143 B
Ruby
6 lines
143 B
Ruby
# frozen_string_literal: true
|
|
|
|
# -- load spec_helper from OpenProject core
|
|
require "spec_helper"
|
|
require_relative "support/certificate_helper"
|