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