Sha256: 79027da67a4ab7329c87acfcc43d202e064f89984709641cfb16294768bc7d54
Contents?: true
Size: 440 Bytes
Versions: 3
Compression:
Stored size: 440 Bytes
Contents
module Quarry module Spec # = Spec Configuration # class Config def initialize end # Run at the start of a specification. def before_spec end # Run at the start of the specification step. def before end # Run at the end of a specification step. def after end # Run at the end of a specification. def after_spec end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
quarry-0.4.0 | lib/quarry/spec/config.rb |
quarry-0.5.2 | lib/quarry/config.rb |
quarry-0.5.0 | lib/quarry/config.rb |