Skip to content

Commit

Permalink
* spec/default.mspec: use default configuration file name.
Browse files Browse the repository at this point in the history
  ruby/spec@cc69f33

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49753 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
hsbt committed Feb 25, 2015
1 parent 8e18390 commit a96c88e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions 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.
Expand Down
2 changes: 1 addition & 1 deletion 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']
Expand Down

0 comments on commit a96c88e

Please sign in to comment.