Commit 4ca97d7
Changed files (1)
spec
scim
kit
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) }