From 25e49563e54344185b4c39310902a41a30618524 Mon Sep 17 00:00:00 2001 From: Kat Date: Mon, 21 Nov 2022 09:25:55 +0000 Subject: [PATCH] typo --- spec/helpers/locations_helper_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/helpers/locations_helper_spec.rb b/spec/helpers/locations_helper_spec.rb index 36a68a92e..94ab0bb1b 100644 --- a/spec/helpers/locations_helper_spec.rb +++ b/spec/helpers/locations_helper_spec.rb @@ -67,7 +67,7 @@ RSpec.describe LocationsHelper do end context "when viewing availability" do - context "with ae no deactivations" do + context "with no deactivations" do it "displays created_at as availability date if startdate is not present" do location.update!(startdate: nil) availability_attribute = display_location_attributes(location).find { |x| x[:name] == "Availability" }[:value]