hydra/test/test_hydra.rb

8 lines
221 B
Ruby
Raw Normal View History

2010-01-20 16:58:56 +00:00
require 'helper'
class TestHydra < 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