* io.c (rb_open_file): encoding in mode string was ignored if perm is
[ruby-svn.git] / spec / default.mspec
blobb429f6417c424944a2ab97e0b3ec3f777a83ff92
1 class MSpecScript
2   # An ordered list of the directories containing specs to run
3   # as the CI process.
4   set :ci_files, %w[
5     spec/rubyspec/1.9/core
6     spec/rubyspec/1.9/language
7     spec/rubyspec/1.9/library
8   ]
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"]'`)
13 end