We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0480e78 commit 98ba675Copy full SHA for 98ba675
1 file changed
spec/engine/matchers/rule_based_segment_matcher_spec.rb
@@ -32,7 +32,7 @@
32
expect(matcher.match?(value: 'key2')).to be false
33
end
34
35
- it 'return true if excluded rb segment is matched' do
+ it 'return false if excluded rb segment is matched' do
36
rbs_repositoy = SplitIoClient::Cache::Repositories::RuleBasedSegmentsRepository.new(config)
37
rbs = {:name => 'sample_rule_based_segment', :trafficTypeName => 'tt_name_1', :conditions => [{
38
:matcherGroup => {
0 commit comments