From 1be791718c3bcf0058c7cc199e9203321cc47f18 Mon Sep 17 00:00:00 2001 From: thenora <55004911+thenora@users.noreply.github.com> Date: Mon, 2 Mar 2020 15:17:39 -0800 Subject: [PATCH] fixed typo for returns --- test/date_range_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/date_range_test.rb b/test/date_range_test.rb index 70bd65115..6618a7b55 100644 --- a/test/date_range_test.rb +++ b/test/date_range_test.rb @@ -61,7 +61,7 @@ end xdescribe "include?" do - it "reutrns false if the date is clearly out" do + it "returns false if the date is clearly out" do end it "returns true for dates in the range" do