Add spec for RangeMatcher

This commit is contained in:
Michael Miller 2019-01-25 13:12:34 -07:00
parent bc45a3bf41
commit ac08806010
2 changed files with 194 additions and 0 deletions

View file

@ -10,6 +10,7 @@ class SpySUT
{">=", "ge"},
{"===", "case_eq"},
{"=~", "match"},
{"includes?", "includes"},
] %}
{% operator = item[0].id %}
{% name = item[1].id %}