Commit 3825a489 authored by Patrick Bajao's avatar Patrick Bajao

Add frozen_string_literal comment

This fixes some warnings that Danger shows.
parent 518bff73
# frozen_string_literal: true
FactoryBot.define do
factory :project_alias do
project
......
# frozen_string_literal: true
require 'spec_helper'
describe ProjectAlias do
......
# frozen_string_literal: true
require 'spec_helper'
describe API::ProjectAliases, api: true do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment