1require 'minitest_helper' 2 3class TestMathy < MiniTest::Unit::TestCase 4 def test_that_it_has_a_version_number 5 refute_nil ::Mathy::VERSION 6 end 7 8 def test_it_does_something_useful 9 assert false 10 end 11end