Project

General

Profile

« Previous | Next » 

Revision 9d43fc71

Added by Michael Moll almost 6 years ago

Fixes #19789 - fix Layout/SpaceAroundOperators cop

View differences:

test/unit/classification_test.rb
as_admin do
LookupValue.create! :lookup_key_id => key.id,
:match =>"organization=#{taxonomies(:organization1)}",
:match => "organization=#{taxonomies(:organization1)}",
:value => "org",
:omit => false
end
......
as_admin do
LookupValue.create! :lookup_key_id => key.id,
:match =>"location=#{taxonomies(:location1)}",
:match => "location=#{taxonomies(:location1)}",
:value => "loc",
:omit => true
end
......
as_admin do
LookupValue.create! :lookup_key_id => key.id,
:match =>"location=#{taxonomies(:location1)}",
:match => "location=#{taxonomies(:location1)}",
:value => "loc",
:omit => false
end

Also available in: Unified diff