File: spec_helper.rb

package info (click to toggle)
ruby-grape-path-helpers 1.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 192 kB
  • sloc: ruby: 814; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 186 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
$LOAD_PATH.unshift File.expand_path('lib')

require 'pry'
require 'grape/path_helpers'

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