diff --git a/spec/expectations/value_expectation_partial_spec.cr b/spec/expectations/value_expectation_partial_spec.cr index 12177bd..ce80e4a 100644 --- a/spec/expectations/value_expectation_partial_spec.cr +++ b/spec/expectations/value_expectation_partial_spec.cr @@ -92,8 +92,8 @@ describe Spectator::Expectations::ValueExpectationPartial do end end - {% for method in [:to_not, :not_to] %} - describe "{{method.id}}" do + {% for method in %i[to_not not_to] %} + describe "#" + {{method.id.stringify}} do it "reports an expectation" do spy = SpyExample.create do actual = 777