Sha256: b683c9e1d45906359bb0af22c53e13dd96c090a5a1f0d1791edcee6ad24c7a4f
Contents?: true
Size: 133 Bytes
Versions: 3
Compression:
Stored size: 133 Bytes
Contents
module Reponaut module Env def cucumber? self['REPONAUT_ENV'] == 'cucumber' end end end ENV.extend(Reponaut::Env)
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
reponaut-2.1.1 | lib/reponaut/ext/ENV.rb |
reponaut-2.1.0 | lib/reponaut/ext/ENV.rb |
reponaut-2.0.0 | lib/reponaut/ext/ENV.rb |