Sha256: 0960e12ce28d9043a2c7eaa5bf509af8d900bdad8f17e97a0b2e23b8aea56925

Contents?: true

Size: 325 Bytes

Versions: 1

Compression:

Stored size: 325 Bytes

Contents

require 'simplecov'
require 'simplecov-rcov'

SimpleCov.formatter = SimpleCov::Formatter::RcovFormatter
SimpleCov.start do
  add_filter "/spec/"
end

$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
$LOAD_PATH.unshift File.expand_path('../../spec/support', __FILE__)

require 'authentication_identifier_transposer'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
authentication_identifier_transposer-1.0.0 spec/spec_helper.rb