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]