1 2 3 4 5 6
require 'pathname' mydir = Pathname.new(__FILE__).dirname.expand_path require mydir + 'coderay_suite' CodeRay::TestSuite.run