[前][次][番号順一覧][スレッド一覧]

ruby-changes:8979

From: yugui <ko1@a...>
Date: Thu, 4 Dec 2008 23:06:55 +0900 (JST)
Subject: [ruby-changes:8979] Ruby:r20515 (trunk): * spec/default.mspec: follows changes in rubyspec project.

yugui	2008-12-04 23:06:24 +0900 (Thu, 04 Dec 2008)

  New Revision: 20515

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=20515

  Log:
    * spec/default.mspec: follows changes in rubyspec project.
      inherits configurations from ruby.1.9.mspec.

  Modified files:
    trunk/ChangeLog
    trunk/spec/default.mspec

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 20514)
+++ ChangeLog	(revision 20515)
@@ -1,3 +1,8 @@
+Thu Dec  4 23:02:13 2008  Yuki Sonoda (Yugui)  <yugui@y...>
+
+	* spec/default.mspec: follows changes in rubyspec project.
+	  inherits configurations from ruby.1.9.mspec.
+
 Thu Dec  4 22:13:55 2008  Tadayoshi Funaba  <tadf@d...>
 
 	* test/ruby/test_complex.rb: added some tests.
Index: spec/default.mspec
===================================================================
--- spec/default.mspec	(revision 20514)
+++ spec/default.mspec	(revision 20515)
@@ -1,12 +1,5 @@
+load File.dirname(__FILE__) + '/rubyspec/ruby.1.9.mspec'
 class MSpecScript
-  # An ordered list of the directories containing specs to run
-  # as the CI process.
-  set :ci_files, %w[
-    spec/rubyspec/1.9/core
-    spec/rubyspec/1.9/language
-    spec/rubyspec/1.9/library
-  ]
-
   builddir = File.expand_path(File.join(File.dirname(__FILE__), '..'))
   srcdir = ENV['SRCDIR']
   srcdir ||= $1 if File.read("#{builddir}/Makefile")[/^\s*srcdir\s*=\s*(.+)/i]

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]