fb2/test/test_fb2.rb

8 lines
219 B
Ruby
Raw Normal View History

2011-07-17 19:48:49 +00:00
require 'helper'
class TestFb2 < 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