range_math/test/test_range_math.rb

8 lines
225 B
Ruby

require 'helper'
class TestRangeMath < Test::Unit::TestCase
should "probably rename this file and start testing for real" do
flunk "hey buddy, you should probably rename this file and start testing for real"
end
end