File: README.md

package info (click to toggle)
ruby-multi-test 0.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 300 kB
  • sloc: ruby: 136; sh: 38; makefile: 7
file content (14 lines) | stat: -rw-r--r-- 474 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[![Build Status](https://travis-ci.org/cucumber/multi_test.png?branch=master)](https://travis-ci.org/cucumber/multi_test)

This project gives you a uniform interface onto whatever testing library has been
loaded into a running Ruby process.

We use this within the Cucumber project to clobber autorun behaviour from older 
versions of `Test::Unit` that automatically hook in when the user requires them.

Example:
~~~ruby
require 'multi_test'
MultiTest.disable_autorun
~~~