lib/assert/assertions.rb in assert-2.19.0 vs lib/assert/assertions.rb in assert-2.19.1
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
require "assert/utils"
module Assert
module Assertions
IGNORED_ASSERTION_HELPERS =
- old
+ new