hydra/test/test_hydra.rb
2010-01-20 11:58:56 -05:00

8 lines
221 B
Ruby

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