require_relative 'minitest_helper'

describe <%= config %> do

it 'has a version number' do
  ::<%= config[:constant_name] %>::VERSION.wont_be_nil
end

it 'does something useful' do
  flunk 'It does nothing useful!'
end

end