Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 593 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 593 Bytes

Tests Gem Version

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

We use this within cucumber-ruby to discover and auto-load your favourite assertion library

Example:

require 'multi_test'

my_tests = Object.new
MultiTest.extend_with_best_assertion_library(my_tests)