Add frozen_string_literal magic comment

re: https://www.rubydoc.info/gems/rubocop/RuboCop/Cop/Style/FrozenStringLiteralComment
This commit is contained in:
James Mason 2018-05-07 16:47:29 -07:00
parent ece388b83f
commit 7c60910410
No known key found for this signature in database
GPG key ID: 1B3951886C449023
15 changed files with 28 additions and 2 deletions

View file

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
feature 'Code of Conduct:' do