Skip to content

Help Cucumber-Ruby pick a good default assertion framework

License

Notifications You must be signed in to change notification settings

cucumber/multi_test

Repository files navigation

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)