Sha256: 36c2eef6566a0e41743bc8fa42298f45c2da7c9b14522345e81c910d9145961e
Contents?: true
Size: 261 Bytes
Versions: 1
Compression:
Stored size: 261 Bytes
Contents
module Quarry module Spec # = Spec Context # # Specifications are run within an instance of Context. class Context < Module def initialize extend self end end #class Context end #module Spec end #module Quarry
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
quarry-0.4.0 | lib/quarry/spec/context.rb |