spec/util/bagit_matchers.rb in bagit-0.4.3 vs spec/util/bagit_matchers.rb in bagit-0.4.4
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
module BagitMatchers
class BeIn
def initialize(*expected_collection)
@expected = expected_collection
end