Sha256: 2db8fa0eb5374da6124a22fb3d62f19f8b294fabd6b2bc6abfc95a01775688e1
Contents?: true
Size: 149 Bytes
Versions: 1
Compression:
Stored size: 149 Bytes
Contents
before_run :test before_section :a, :run_a before_section :all def test; end def run_a; end def all(section) end def init; sections 'a', 'b' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tadpole-0.1.0 | spec/examples/filters/setup.rb |