context 'when not found' do
      let(:find_with_non_existing_id) do
        VCR.use_cassette("#{vcr_dir}/find_failure") { repository.find('123456789') }
      end