Try some mass auto-correct adding frozen-string-literal to all specs

This commit is contained in:
Luis Ramos
2020-11-05 12:28:43 +00:00
committed by Andy Brett
parent de19efca64
commit 2b8f0abe49
384 changed files with 769 additions and 387 deletions

View File

@@ -1,3 +1,5 @@
# frozen_string_literal: true
require "spec_helper"
describe IntegerArrayValidator do