require 'spec_helper' describe <%= config[:constant_name] %> do it 'should have a version number' do expect(<%= config[:constant_name] %>::VERSION).not_to be nil end it 'should do something useful' do expect(false).to be true end end