File: helper.rb

package info (click to toggle)
ruby-spring-watcher-listen 2.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 124 kB
  • sloc: ruby: 144; makefile: 3
file content (11 lines) | stat: -rw-r--r-- 335 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
$LOAD_PATH.unshift File.expand_path("../../lib", __FILE__)

require File.dirname(Gem::Specification.find_by_name("spring").loaded_from) + "/test/support/test"
require "minitest/autorun"

if defined?(Celluloid)
  require "celluloid/test"
  Celluloid.logger.level = Logger::WARN
end

Spring::Test.root = File.expand_path('..', __FILE__)