1 2 3 4 5 6 7 8 9
require 'test/unit' # Add test libraries you want to use here, e.g. mocha class Test::Unit::TestCase # Add global extensions to the test case class here end