Sha256: e2a6523335c695edfa9bc99bc4ad29e622bb6ea4e4d2f471b660317d0a71f2ad

Contents?: true

Size: 185 Bytes

Versions: 2

Compression:

Stored size: 185 Bytes

Contents

require 'simplecov'
SimpleCov.start do
  add_filter '/spec'
end

require 'rspec'
require 'either'


RSpec.configure do |config|
  config.order = :rand
  config.color_enabled = true
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
either-0.0.2 spec/spec_helper.rb
either-0.0.1 spec/spec_helper.rb