Module: FunWith::Testing::VerbosityMethods

Defined in:
lib/fun_with/testing/verbosity_methods.rb,
lib/fun_with/testing/verbosity_methods.rb

Overview

For adding to a TestCase class

Defined Under Namespace

Modules: ClassMethods, InstanceMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



5
6
7
8
# File 'lib/fun_with/testing/verbosity_methods.rb', line 5

def self.included( base )
  base.extend( ClassMethods )
  base.send( :include, InstanceMethods)
end