diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2014-10-17 17:09:51 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2014-10-17 17:09:51 +0000 |
commit | 9f3d7e19f26a48ba0a4b05fe590d4a76077a4ced (patch) | |
tree | 1239b9f0603c5011a217fce93b60730add7835f0 | |
parent | 8aac0cfdc23248b01699311ec5ce5b68df26c579 (diff) |
rspec2 will be removed
-rw-r--r-- | share/man/man5/ruby-module.5 | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/share/man/man5/ruby-module.5 b/share/man/man5/ruby-module.5 index ec4122ef0f0..7926e77a8db 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.13 2014/09/18 07:43:17 jasper Exp $ +.\" $OpenBSD: ruby-module.5,v 1.14 2014/10/17 17:09:50 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: September 18 2014 $ +.Dd $Mdocdate: October 17 2014 $ .Dt RUBY-MODULE 5 .Os .Sh NAME @@ -51,7 +51,6 @@ Sets .Ev MODRUBY_ICONV_DEPENDS , .Ev MODRUBY_RAKE_DEPENDS , .Ev MODRUBY_RSPEC_DEPENDS , -.Ev MODRUBY_RSPEC2_DEPENDS , .Ev MODRUBY_RSPEC3_DEPENDS , .Ev MODRUBY_RUBY_ADJ , .Ev MODRUBY_ADJ_FILES , @@ -110,9 +109,6 @@ use. .Ev MODRUBY_RSPEC_DEPENDS is set to the dependency line for the rspec 1 port for the version of ruby in use. -.Ev MODRUBY_RSPEC2_DEPENDS -is set to the dependency line for the rspec 2 port for the version of ruby in -use. .Ev MODRUBY_RSPEC3_DEPENDS is set to the dependency line for the rspec 3 port for the version of ruby in use. @@ -141,7 +137,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, rspec3, or testrb to +can be set to ruby, rake, rspec, 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. |