File: helper.rb

package info (click to toggle)
ruby-spring 1.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 364 kB
  • ctags: 429
  • sloc: ruby: 2,762; makefile: 6
file content (7 lines) | stat: -rw-r--r-- 192 bytes parent folder | download
1
2
3
4
5
6
7
$LOAD_PATH.unshift File.expand_path("../../lib", __FILE__)

require "bundler/setup"
require "active_support/test_case"
require "minitest/autorun"

TEST_ROOT = File.expand_path('..', __FILE__)