Sha256: 3f9a96b401ec6861451948fb0a32c9806ba5869df58acdbb851a86cfcf39ac6b

Contents?: true

Size: 415 Bytes

Versions: 2

Compression:

Stored size: 415 Bytes

Contents

spec_dir = File.expand_path(File.dirname(__FILE__))
root_dir = File.expand_path(File.join(spec_dir, ".."))
lib_dir = File.expand_path(File.join(root_dir, "lib"))
compat_dir = File.expand_path(File.join(spec_dir, "force_compat"))

$:.unshift(spec_dir)
$:.unshift(lib_dir)
$:.unshift(compat_dir)
$:.uniq!

require 'rubygems'
require 'signet'
require 'rspec'

require 'faraday'
Faraday::Adapter.load_middleware(:test)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
signet-0.5.1 spec/spec_helper.rb
signet-0.5.0 spec/spec_helper.rb