Sha256: 80378af2afb53a8ae578348abafafd2327c64757553507dcad0a28ab21058113
Contents?: true
Size: 296 Bytes
Versions: 2
Compression:
Stored size: 296 Bytes
Contents
#ifndef BANDIT_NEVER_RUN_POLICY_H #define BANDIT_NEVER_RUN_POLICY_H namespace bandit { namespace detail { struct never_run_policy : public run_policy { bool should_run(const char* /* it_name */, const contextstack_t& /* contexts */) const { return false; } }; }} #endif
Version data entries
2 entries across 2 versions & 1 rubygems