Sha256: 486c8cb125dc9a1b5897eb8e2232e225065fb10aa2db094a92eec0ff9fd86329

Contents?: true

Size: 316 Bytes

Versions: 19

Compression:

Stored size: 316 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__)))

RSpec.configure do |conf|
  conf.mock_with :rr
end

require 'bluepill'

Version data entries

19 entries across 19 versions & 4 rubygems

Version Path
bluepill-rwgps-0.0.63 spec/spec_helper.rb
bluepill-rwgps-0.0.62 spec/spec_helper.rb
bluepill-rwgps-0.0.61 spec/spec_helper.rb
bluepill-rwgps-0.0.60 spec/spec_helper.rb
bluepill-0.0.62 spec/spec_helper.rb
bluepill-0.0.61 spec/spec_helper.rb
kostya-bluepill-0.0.60.3 spec/spec_helper.rb
kostya-bluepill-0.0.60.2 spec/spec_helper.rb
kostya-bluepill-0.0.60.1 spec/spec_helper.rb
skalar-bluepill-0.0.60.1 spec/spec_helper.rb
bluepill-0.0.60 spec/spec_helper.rb
bluepill-0.0.59 spec/spec_helper.rb
bluepill-0.0.58 spec/spec_helper.rb
bluepill-0.0.57 spec/spec_helper.rb
bluepill-0.0.56 spec/spec_helper.rb
bluepill-0.0.55 spec/spec_helper.rb
bluepill-0.0.54 spec/spec_helper.rb
bluepill-0.0.53 spec/spec_helper.rb
bluepill-0.0.52 spec/spec_helper.rb