Sha256: c095ef91ec0834c2721e7fb2c455d4f3b2934892e94de594b3a54e336731cfeb
Contents?: true
Size: 393 Bytes
Versions: 17
Compression:
Stored size: 393 Bytes
Contents
# frozen_string_literal: true require_relative 'spec_helper.rb' describe 'Airbnb specifications' do before do VCR.insert_cassette CASSETTE_FILE_3, record: :new_episodes end after do VCR.eject_cassette end it 'should get the room info of a location' do rooms_info = Airbnb::RoomsInfo.find('Ostuni') rooms = rooms_info.rooms rooms.length.must_be :>, 0 end end
Version data entries
17 entries across 17 versions & 1 rubygems