# frozen_string_literal: true RSpec.describe TwilioBase do it 'has a version number' do expect(TwilioBase::VERSION).not_to be nil end end