Module: HyperSpec

Defined in:
lib/hyperspec.rb,
lib/hyperspec/version.rb

Defined Under Namespace

Modules: MiniTest, ObjectExtensions Classes: CaseInsensitiveHash, Have, RespondsWith, Response, UnkownStatusCodeError

Constant Summary collapse

MAJOR =
0
MINOR =
0
PATCH =
5
VERSION =
[ MAJOR, MINOR, PATCH ].join(".")