Sha256: 06726c78dcbd551db7c65246c81db8137f3f1ecb903ba9be8697a38cc4ebb026
Contents?: true
Size: 291 Bytes
Versions: 1
Compression:
Stored size: 291 Bytes
Contents
# frozen_string_literal: true # a class made available so helper methods can be provided within the fixture dsl module Fixtury class ExecutionContext def before_fixture(_dfn); end def around_fixture(_dfn) yield end def after_fixture(_dfn, _value); end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fixtury-0.1.0 | lib/fixtury/execution_context.rb |