Sha256: dec6fab527e3ead4dc86d6495b2bd79ba4fe67e605f643991be6500bfecec82c

Contents?: true

Size: 614 Bytes

Versions: 1

Compression:

Stored size: 614 Bytes

Contents

module Quickdraw::Matchers
	autoload :Boolean, "quickdraw/matchers/boolean"
	autoload :CaseEquality, "quickdraw/matchers/case_equality"
	autoload :Change, "quickdraw/matchers/change"
	autoload :Equality, "quickdraw/matchers/equality"
	autoload :Include, "quickdraw/matchers/include"
	autoload :Predicate, "quickdraw/matchers/predicate"
	autoload :RespondTo, "quickdraw/matchers/respond_to"
	autoload :ToBeA, "quickdraw/matchers/to_be_a"
	autoload :ToHaveAttributes, "quickdraw/matchers/to_have_attributes"
	autoload :ToRaise, "quickdraw/matchers/to_raise"
	autoload :ToReceive, "quickdraw/matchers/to_receive"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
quickdraw-0.1.0 lib/quickdraw/matchers.rb