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: 2.hours.from_now, end_time: 4.hours.from_now) }

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