Sha256: 7a0098afd92871770fb49e0f5674010e3c3707b77a1d7b3b0a9c9ab371e811d9
Contents?: true
Size: 241 Bytes
Versions: 41
Compression:
Stored size: 241 Bytes
Contents
# frozen_string_literal: true module Cucumber module Filters class ApplyAfterHooks < Core::Filter.new(:hooks) def test_case(test_case) hooks.apply_after_hooks(test_case).describe_to(receiver) end end end end
Version data entries
41 entries across 41 versions & 4 rubygems