# frozen_string_literal: true require 'spec_helper' describe Outbox::Twilio do it 'has a version number' do expect(Outbox::Twilio::VERSION).not_to be nil end end