Commit 2bf0d37

mokha <mokha@cisco.com>
2019-05-14 19:54:23
add trailing comma
1 parent fef65ad
Changed files (1)
spec
scim
spec/scim/kit/v2/filter_spec.rb
@@ -131,7 +131,7 @@ RSpec.describe Scim::Kit::V2::Filter do
     # 'userType eq "Employee" and emails[type eq "work" and value co "@example.com"]',
     # 'emails[type eq "work" and value co "@example.com"] or ims[type eq "xmpp" and value co "@foo.com"]',
     # 'title pr and userType eq "Employee"',
-    # 'title pr or userType eq "Intern"'
+    # 'title pr or userType eq "Intern"',
     'title pr'
   ].each do |x|
     specify { expect(subject).to parse(x) }