ruby-nsca/test/test_nsca.rb

8 lines
220 B
Ruby
Raw Normal View History

2013-03-13 20:46:35 +01:00
require 'helper'
class TestNsca < 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