12 lines
210 B
Ruby
12 lines
210 B
Ruby
|
require "test_helper"
|
||
|
|
||
|
class Mm2epDependTest < Minitest::Test
|
||
|
def test_that_it_has_a_version_number
|
||
|
refute_nil ::Mm2epDepend::VERSION
|
||
|
end
|
||
|
|
||
|
def test_it_does_something_useful
|
||
|
assert false
|
||
|
end
|
||
|
end
|