From 5da222d7a07c75503ad1ed3dd3f988c7d3c3b284 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Mon, 4 Feb 2019 16:27:40 -0700 Subject: [PATCH] Whitespace --- spec/matchers/have_attributes_matcher_spec.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/matchers/have_attributes_matcher_spec.cr b/spec/matchers/have_attributes_matcher_spec.cr index 976e44e..04d42f5 100644 --- a/spec/matchers/have_attributes_matcher_spec.cr +++ b/spec/matchers/have_attributes_matcher_spec.cr @@ -10,7 +10,7 @@ describe Spectator::Matchers::AttributesMatcher do matcher.match?(partial).should be_true spy.case_eq_call_count.should be > 0 end - + context "one argument" do context "against an equal value" do it "is true" do