We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e20cb95 commit 3d0f071Copy full SHA for 3d0f071
spec/unit/messages/validators_spec.rb
@@ -558,7 +558,7 @@ def options_message
558
it 'adds invalid object error message when options is not an object' do
559
message = OptionsMessage.new({ options: 'cheesecake' })
560
expect(message).not_to be_valid
561
- expect(message.errors_on(:options)).to include('\'options\' is not a valid object')
+ expect(message.errors_on(:options)).to include("'options' is not a valid object")
562
end
563
564
it 'adds invalid load balancer error message to the base class' do
0 commit comments