Sha256: ba7b79c4a625e4e7784017ef888bfccf1c25bf305a225a6b76f5c249d2ef4b15

Contents?: true

Size: 323 Bytes

Versions: 5

Compression:

Stored size: 323 Bytes

Contents

$:.unshift File.expand_path('..', __FILE__)
$:.unshift File.expand_path('../../lib', __FILE__)
require 'simplecov'
SimpleCov.start
require 'connexionz'
require 'rspec'
require 'webmock/rspec'

def fixture_path
    File.expand_path('../fixtures', __FILE__)
end

def fixture(file)
    File.new(fixture_path + '/' + file)
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
connexionz-1.0.4 spec/helper.rb
connexionz-1.0.3 spec/helper.rb
connexionz-1.0.2 spec/helper.rb
connexionz-1.0.1 spec/helper.rb
connexionz-1.0.0 spec/helper.rb