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