Custom RSpec matchers for qualspec evaluations
These matchers work with EvaluationResult objects returned by qualspec_evaluate
result = qualspec_evaluate(response, "is helpful") expect(result).to be_passing expect(result).to have_score_above(7)