2 # An ordered list of the directories containing specs to run
6 spec/rubyspec/1.9/language
7 spec/rubyspec/1.9/library
10 srcdir = File.expand_path(File.join(File.dirname(__FILE__), '..'))
11 # The default implementation to run the specs.
12 set :target, File.join(srcdir, `#{srcdir}/miniruby -I#{srcdir} -rrbconfig -e 'print Config::CONFIG["RUBY_INSTALL_NAME"]'`)