Sha256: 25845aacaa561d63b27b1b45ec1b47975b71e17e1b439bd9c3559b6a85a5f9c9

Contents?: true

Size: 474 Bytes

Versions: 7

Compression:

Stored size: 474 Bytes

Contents

[![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
~~~

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
phillipug-foodie-0.1.0 .vendor/ruby/3.0.0/gems/multi_test-0.1.2/README.md
multi_test-0.1.2 README.md
multi_test-0.1.1 README.md
multi_test-0.1.0 README.md
multi_test-0.0.3 README.md
multi_test-0.0.2 README.md
multi_test-0.0.1 README.md