Sha256: 296bdb15985f84093e8cb079f65fda23c574ff8dcbdc9aa7b41c6f7dc7161e32

Contents?: true

Size: 187 Bytes

Versions: 4

Compression:

Stored size: 187 Bytes

Contents

$LOAD_PATH.unshift File.expand_path('lib')

require 'pry'
require 'grape/route_helpers'

support_files = Dir.glob('spec/support/*')
support_files.each { |f| require File.expand_path(f) }

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
grape-route-helpers-2.1.0 spec/spec_helper.rb
grape-route-helpers-2.0.0 spec/spec_helper.rb
grape-route-helpers-1.2.2 spec/spec_helper.rb
grape-route-helpers-1.2.1 spec/spec_helper.rb