module FunWith::Testing::VerbosityMethods

For adding to a TestCase class

Public Class Methods

included( base ) click to toggle source
# File lib/fun_with/testing/verbosity_methods.rb, line 5
def self.included( base )
  base.extend( ClassMethods )
  base.send( :include, InstanceMethods)
end