context 'given an existing availability that has the same status and is contained by the new one' do
          let!(:previous_availability) { create(:availability, person: person,
            status: 'Available', start_time: 30.minutes.ago, end_time: 30.minutes.from_now) }

          it 'cancels that person\'s existing availability ' do