aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authoreregon <eregon@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-01-12 12:05:41 +0000
committereregon <eregon@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-01-12 12:05:41 +0000
commit9efd4dbe73babbc1be41d4bf72db2dbbcb1cfa5d (patch)
treeb90b5392ccc7a44a76cb0a4abe17300de75fe2e7 /common.mk
parent09cb46b921108549d658fd3dacc7db73dc23ca82 (diff)
downloadruby-9efd4dbe73babbc1be41d4bf72db2dbbcb1cfa5d.tar.gz
* common.mk: update URL and name for the Ruby spec suite.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53513 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/common.mk b/common.mk
index e4d7bdae95..8e798d31ac 100644
--- a/common.mk
+++ b/common.mk
@@ -24,7 +24,7 @@ GEM_VENDOR =
SPEC_GIT_BASE = git://github.com/ruby
MSPEC_GIT_URL = $(SPEC_GIT_BASE)/mspec.git
-RUBYSPEC_GIT_URL = $(SPEC_GIT_BASE)/rubyspec.git
+RUBYSPEC_GIT_URL = $(SPEC_GIT_BASE)/spec.git
SIMPLECOV_GIT_URL = git://github.com/colszowka/simplecov.git
SIMPLECOV_GIT_REF = v0.10.0
@@ -1096,9 +1096,9 @@ help: PHONY
" exam: equals make check test-rubyspec" \
" test: ruby core tests" \
" test-all: all ruby tests [TESTOPTS=-j4 TESTS=\"<test files>\"]" \
- " test-rubyspec: run RubySpec test suite" \
+ " test-rubyspec: run the Ruby spec suite" \
" up: update local copy and autogenerated files" \
- " update-rubyspec: update local copy of RubySpec" \
+ " update-rubyspec: update local copy of the Ruby spec suite" \
" benchmark: benchmark this ruby and COMPARE_RUBY." \
" gcbench: gc benchmark [GCBENCH_ITEM=<item_name>]" \
" gcbench-rdoc: gc benchmark with GCBENCH_ITEM=rdoc" \