require File.expand_path(File.dirname(__FILE__) + '/helper') class TestPadrino < 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