Sha256: 2dacb6b737a244cc7ec0a5b2ff759f4163f64a9c6433729e32b0ce81cffb6d49

Contents?: true

Size: 274 Bytes

Versions: 5

Compression:

Stored size: 274 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'rspec'
require 'cli_helper'

def fixture(name)
  path = File.join(File.dirname(__FILE__), './fixtures', "/#{name}.json")
  JSON.parse(File.read(path))
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
smartdc-1.3.0 spec/spec_helper.rb
smartdc-1.2.2 spec/spec_helper.rb
smartdc-1.2.1 spec/spec_helper.rb
smartdc-1.1.1 spec/spec_helper.rb
smartdc-1.0.1 spec/spec_helper.rb