Autofix Rubocop Style/PreferredHashMethods (#23851)
This commit is contained in:
parent
65669d3c57
commit
a38f67c1c3
2 changed files with 1 additions and 9 deletions
|
@ -4,7 +4,7 @@ RSpec::Matchers.define :model_have_error_on_field do |expected|
|
|||
match do |record|
|
||||
record.valid? if record.errors.empty?
|
||||
|
||||
record.errors.has_key?(expected)
|
||||
record.errors.key?(expected)
|
||||
end
|
||||
|
||||
failure_message do |record|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue