summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-02-25 13:25:11 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-02-25 13:25:11 +0000
commita96c88eca119b244812cc41eb90531b2138cf7b7 (patch)
treeb9a271cdf5f4ba99365b34da87739002f5bdc9b1
parent8e1839093ec76d4c3aea8e949d14a8d429c82eb1 (diff)
* spec/default.mspec: use default configuration file name.
https://github.com/ruby/rubyspec/commit/cc69f337b06362e5607ffa3e3ad40ef7494960cf git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49753 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog5
-rw-r--r--spec/default.mspec2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8149e401d7..6b9119c496 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Feb 25 22:25:07 2015 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
+
+ * spec/default.mspec: use default configuration file name.
+ https://github.com/ruby/rubyspec/commit/cc69f337b06362e5607ffa3e3ad40ef7494960cf
+
Wed Feb 25 22:21:56 2015 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
* spec/default.mspec: remove specific version number.
diff --git a/spec/default.mspec b/spec/default.mspec
index 6c7a78d5e0..60ceaf3b3c 100644
--- a/spec/default.mspec
+++ b/spec/default.mspec
@@ -1,6 +1,6 @@
# -*- ruby -*-
load "./rbconfig.rb"
-load File.dirname(__FILE__) + '/rubyspec/ruby.mspec'
+load File.dirname(__FILE__) + '/rubyspec/default.mspec'
class MSpecScript
builddir = Dir.pwd
srcdir = ENV['SRCDIR']