Skip to content

Commit 13e4cdc

Browse files
committed
Add frozen string literal comment to test_helper.rb
1 parent 8677a26 commit 13e4cdc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_helper.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
# Configure Rails Environment
24
ENV["RAILS_ENV"] = "test"
35

0 commit comments

Comments
 (0)