Skip to content

Commit

Permalink
fix compound predicate spec
Browse files Browse the repository at this point in the history
  • Loading branch information
asaf schers committed Dec 1, 2017
1 parent af08122 commit 57441b4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions spec/scoruby/predicates/compound_predicate_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@
context 'evaluates and' do
let(:pred_string) do
<<-XML
<CompoundPredicate booleanOperator="and">
<True />
<SimplePredicate field="f" operator="lessOrEqual" value="16.0918513223731" />
</CompoundPredicate>
<CompoundPredicate booleanOperator="and"><True /><SimplePredicate field="f" operator="lessOrEqual" value="16.0918513223731" /></CompoundPredicate>
XML
end

Expand Down

0 comments on commit 57441b4

Please sign in to comment.