Commit 3e630f00 authored by Shinya Maeda's avatar Shinya Maeda

Add frozen_string_literal: true

parent df7ed9ee
# frozen_string_literal: true
FactoryBot.define do
factory :release_link, class: ::Releases::Link do
release
......
# frozen_string_literal: true
require 'spec_helper'
describe Releases::Link do
......
# frozen_string_literal: true
require 'spec_helper'
describe Releases::Source 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