Commit 4ca97d7

mokha <mokha@cisco.com>
2019-05-14 22:08:33
add example for current need
1 parent 2bf0d37
Changed files (1)
spec
scim
spec/scim/kit/v2/filter_spec.rb
@@ -132,6 +132,7 @@ RSpec.describe Scim::Kit::V2::Filter do
     # '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"',
+    # 'email eq "hello@example.org" or name.givenName eq "Tsuyoshi" or id = "4CE7E760-F222-4096-90B1-4AC491D12F2E"',
     'title pr'
   ].each do |x|
     specify { expect(subject).to parse(x) }