12 lines
260 B
Plaintext
12 lines
260 B
Plaintext
|
require 'minitest_helper'
|
||
|
|
||
|
class Test<%= config[:constant_name] %> < MiniTest::Unit::TestCase
|
||
|
def test_that_it_has_a_version_number
|
||
|
refute_nil ::<%= config[:constant_name] %>::VERSION
|
||
|
end
|
||
|
|
||
|
def test_it_does_something_useful
|
||
|
assert false
|
||
|
end
|
||
|
end
|