ruby-changes:7471
From: yugui <ko1@a...>
Date: Sun, 31 Aug 2008 17:32:07 +0900 (JST)
Subject: [ruby-changes:7471] Ruby:r18990 (trunk): * spec/README (How to run): added.
yugui 2008-08-31 17:31:46 +0900 (Sun, 31 Aug 2008) New Revision: 18990 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=18990 Log: * spec/README (How to run): added. Modified files: trunk/ChangeLog trunk/spec/README Index: ChangeLog =================================================================== --- ChangeLog (revision 18989) +++ ChangeLog (revision 18990) @@ -1,3 +1,7 @@ +Sun Aug 31 17:30:35 2008 Yuki Sonoda (Yugui) <yugui@y...> + + * spec/README (How to run): added. + Sun Aug 31 17:28:25 2008 Yuki Sonoda (Yugui) <yugui@y...> * spec/default.mspec (config): added. Index: spec/README =================================================================== --- spec/README (revision 18989) +++ spec/README (revision 18990) @@ -22,3 +22,11 @@ +-- library specification for standard libraries. +-- addrev +-- ... + += How to run +:make target + verifies all specs. + $ make test-rubyspec +:mspec command + verifies the specified spec. + $ mspec spec/path/to/some_spec.rb -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/