Skip to content

Commit e12c15b

Browse files
committed
Add the FrozenStrings magic comment
1 parent 7043d25 commit e12c15b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

spec/acceptance/motd_spec.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# frozen_string_literal: true
2+
13
require 'spec_helper_acceptance'
24

35
motd_file = '/etc/motd'

spec/classes/motd_spec.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# frozen_string_literal: true
2+
13
require 'spec_helper'
24

35
describe 'motd', type: :class do

0 commit comments

Comments
 (0)