require 'spec_helper' describe Sidekiq::Datadog do it 'has a version' do expect(Sidekiq::Datadog::VERSION).to be_instance_of(String) end end