Commit 1168b63

mokha <mokha@cisco.com>
2019-06-15 17:31:06
fix linter error
1 parent ea3f6e0
Changed files (1)
spec
scim
spec/scim/kit/v2/filter_spec.rb
@@ -149,7 +149,7 @@ RSpec.describe Scim::Kit::V2::Filter do
     '(userType eq "Employee") and (emails.type eq "work")',
     '(userType eq "Employee") and (emails[(type eq "work") and (value co "@example.com")])',
     'title pr',
-    'userName pr and not (userName eq "hello@example.com")',
+    'userName pr and not (userName eq "hello@example.com")'
   ].each do |x|
     specify { expect(subject.parse_with_debug(x)).to be_truthy }
   end