progress-bar/test/test_progress-bar.rb
Denis Knauf 55d6b8a465 init
2014-12-23 17:32:29 +01:00

7 lines
227 B
Ruby

require 'helper'
class TestProgressBar < 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