diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2014-09-18 07:43:18 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2014-09-18 07:43:18 +0000 |
commit | 8fdca4477b571dd9e357aa2e44da0ba4c7cd3f7f (patch) | |
tree | a3686335bbde7fef63eaa0136cb0948c2ac5eb1e /share | |
parent | e6510620fabce22f4ef68f3160feceec6b085532 (diff) |
document rspec3
ok jeremy@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/ruby-module.5 | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/share/man/man5/ruby-module.5 b/share/man/man5/ruby-module.5 index 75a4e003f81..ec4122ef0f0 100644 --- a/share/man/man5/ruby-module.5 +++ b/share/man/man5/ruby-module.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ruby-module.5,v 1.12 2014/01/14 07:40:29 jmc Exp $ +.\" $OpenBSD: ruby-module.5,v 1.13 2014/09/18 07:43:17 jasper Exp $ .\" .\" Copyright (c) 2008 Marc Espie, Jeremy Evans .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: January 14 2014 $ +.Dd $Mdocdate: September 18 2014 $ .Dt RUBY-MODULE 5 .Os .Sh NAME @@ -52,6 +52,7 @@ Sets .Ev MODRUBY_RAKE_DEPENDS , .Ev MODRUBY_RSPEC_DEPENDS , .Ev MODRUBY_RSPEC2_DEPENDS , +.Ev MODRUBY_RSPEC3_DEPENDS , .Ev MODRUBY_RUBY_ADJ , .Ev MODRUBY_ADJ_FILES , .Ev MODRUBY_LIBDIR , @@ -112,7 +113,9 @@ use. .Ev MODRUBY_RSPEC2_DEPENDS is set to the dependency line for the rspec 2 port for the version of ruby in use. -.Pp +.Ev MODRUBY_RSPEC3_DEPENDS +is set to the dependency line for the rspec 3 port for the version of ruby in +use. .Ev RUBY , .Ev RAKE , and @@ -123,7 +126,7 @@ testrb binaries for the related ruby implementation. and .Ev MODRUBY_BIN_RSPEC are the path to the spec (rspec 1) and -rspec (rspec 2) binaries for the related ruby implementation. +rspec (rspec 2 and 3) binaries for the related ruby implementation. .Pp .Ev MODRUBY_RUBY_ADJ is a command that takes filename arguments and replaces @@ -138,7 +141,7 @@ Creates a do-test target if .Ev MODRUBY_TEST is used and one is not already defined. .Ev MODRUBY_TEST -can be set to ruby, rake, rspec, rspec2, or testrb to +can be set to ruby, rake, rspec, rspec2, rspec3, or testrb to choose the appropriate binary to run the regress tests. .Ev MODRUBY_TEST_ENV can be used to set environment variables for the regress tests. |