We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0232e66 commit 759594cCopy full SHA for 759594c
spec/validator/reference_validator_spec.rb
@@ -73,7 +73,7 @@
73
74
expect {
75
_ = ReferenceValidator.new.unresolved_references YAML.safe_load(cfn_yaml_with_missing_ref)
76
- }.to raise_error(ParserError, 'Ref target must be string literal: {"Ref"=>{"Fn::GetAtt"=>["someResource", "Fred"]}}')
+ }.to raise_error.with_message('Ref target must be string literal: {"Ref" => {"Fn::GetAtt" => ["someResource", "Fred"]}}')
77
end
78
79
0 commit comments