Sha256: 2ccb5508eaaa187c8cb8ced22a00ff839da0b46eb0134e41d553cef3360b68ae
Contents?: true
Size: 349 Bytes
Versions: 3
Compression:
Stored size: 349 Bytes
Contents
if RUBY_VERSION >= '1.9' if ENV['ENABLE_SIMPLECOV'] require 'simplecov' SimpleCov.start end else require 'rubygems' end require 'faker' require 'rspec/core' $LOAD_PATH.unshift(File.expand_path('../lib', File.dirname(__FILE__))) module Process def self.euid raise "Process.euid should be stubbed" end end require 'bluepill'
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
bluepill-0.0.66 | spec/spec_helper.rb |
bluepill-0.0.65 | spec/spec_helper.rb |
bluepill-0.0.64 | spec/spec_helper.rb |