Sha256: 2aedc7bb58f5990c8ef200880e199119a6f9bcc1dd3ad6f57497cf3a7d6d0c18
Contents?: true
Size: 241 Bytes
Versions: 2
Compression:
Stored size: 241 Bytes
Contents
require "codeclimate-test-reporter" CodeClimate::TestReporter.start require 'rspec' require 'process_exists/version' include ProcessExists def running_specs_as_root? # The superuser normally has a UID of zero (0) Process.uid == 0 end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
process_exists-0.1.3 | spec/spec_helper.rb |
process_exists-0.1.2 | spec/spec_helper.rb |