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

ruby-changes:59985

From: Hiroshi <ko1@a...>
Date: Mon, 10 Feb 2020 13:29:35 +0900 (JST)
Subject: [ruby-changes:59985] 442c6de554 (master): Added commands of test-bundler to cheatsheet.

https://git.ruby-lang.org/ruby.git/commit/?id=442c6de554

From 442c6de5546b233364c295155953cd0bc17e99e3 Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Mon, 10 Feb 2020 13:28:54 +0900
Subject: Added commands of test-bundler to cheatsheet.


diff --git a/doc/make_cheatsheet.md b/doc/make_cheatsheet.md
index f79d751..c9cc636 100644
--- a/doc/make_cheatsheet.md
+++ b/doc/make_cheatsheet.md
@@ -38,6 +38,7 @@ It runs (about) three test suites: https://github.com/ruby/ruby/blob/trunk/doc/make_cheatsheet.md#L38
 * `make test` (a test suite for the interpreter core)
 * `make test-all` : (for all builtin classes and libraries)
 * `make test-spec` : (a conformance test suite for Ruby implementations)
+* `make test-bundler` : (a test suite for the bundler examples)
 
 ## How to run the test suite with log
 
@@ -66,6 +67,8 @@ $ make test-all TESTS="test/ruby/test_foo.rb -n /test_bar/" https://github.com/ruby/ruby/blob/trunk/doc/make_cheatsheet.md#L67
 
 ```
 $ make test-spec MSPECOPT=spec/ruby/core/foo/bar_spec.rb
+
+$ make test-bundler BUNDLER_SPECS=commands/exec_spec.rb:58
 ```
 
 ## How to measure coverage of C and Ruby code
-- 
cgit v0.10.2


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

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