Sha256: e4ee58b3dac550637d68b95a8765444ff5fa90e406933313fd66bfa33ffed308

Contents?: true

Size: 440 Bytes

Versions: 4

Compression:

Stored size: 440 Bytes

Contents

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

require 'grape/apiary'

require 'rubygems'
require 'bundler'
Bundler.setup :default, :test

require 'codeclimate-test-reporter'
CodeClimate::TestReporter.start

require 'rspec'
require 'pry'

Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
grape-apiary-1.0.0 spec/spec_helper.rb
grape-apiary-0.2.0 spec/spec_helper.rb
grape-apiary-0.1.2 spec/spec_helper.rb
grape-apiary-0.1.1 spec/spec_helper.rb