Sha256: e16274aa12e9e40f093049f501dea57e7e815c615d236d60e78e92f574222308
Contents?: true
Size: 483 Bytes
Versions: 12
Compression:
Stored size: 483 Bytes
Contents
module Spec module Example # Base class for customized example groups. Use this if you # want to make a custom example group. class ExampleGroup extend Spec::Example::ExampleGroupMethods include Spec::Example::ExampleMethods def initialize(defined_description, &implementation) @_defined_description = defined_description @_implementation = implementation end end end end Spec::ExampleGroup = Spec::Example::ExampleGroup
Version data entries
12 entries across 12 versions & 4 rubygems