lib/awspec/matcher/have_key_schema.rb in awspec-1.25.1 vs lib/awspec/matcher/have_key_schema.rb in awspec-1.25.2
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
RSpec::Matchers.define :have_key_schema do |attribute_name|
match do |attribute|
attribute.has_key_schema?(attribute_name, @key_type)
end