Sha256: d7ac00c9caae2bd0be0fdfeaa11703b96f5c17dfd0d2c3fc66e71479f753aa6e

Contents?: true

Size: 281 Bytes

Versions: 6

Compression:

Stored size: 281 Bytes

Contents

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

require 'rubygems'
require 'rspec'
require 'graphlient'
require 'byebug'
require 'rack/test'
require 'webmock/rspec'

Dir[File.join(File.dirname(__FILE__), 'support', '**/*.rb')].each do |file|
  require file
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
graphlient-0.2.0 spec/spec_helper.rb
graphlient-0.1.0 spec/spec_helper.rb
graphlient-0.0.9 spec/spec_helper.rb
graphlient-0.0.8 spec/spec_helper.rb
graphlient-0.0.7 spec/spec_helper.rb
graphlient-0.0.6 spec/spec_helper.rb