rubyx/test/test_crystal.rb

8 lines
190 B
Ruby
Raw Normal View History

2014-04-14 14:58:59 +02:00
require 'helper'
class TestCrystal < MiniTest::Unit::TestCase
def test_something_for_real
flunk "hey buddy, you should probably rename this file and start testing for real"
end
end