Tagged Questions
3
votes
3answers
251 views
How to include unit tests in a ruby module?
I'm trying to include the unit tests for a module in the same source file as the module itself, following the Perl modulino model.
#! /usr/bin/env ruby
require 'test/unit'
module Modulino
def ...