require 'minitest/autoload' class EstimatorTest < MiniTest::Unit::TestCase def test_truth assert true end end