File: env.rb

package info (click to toggle)
rake-compiler 0.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 324 kB
  • sloc: ruby: 1,497; makefile: 3
file content (6 lines) | stat: -rw-r--r-- 148 bytes parent folder | download
1
2
3
4
5
6
require 'cucumber'
require 'rspec'
require 'fileutils'
require 'rbconfig'

ROOT_PATH = File.expand_path(File.join(File.dirname(__FILE__), '../..'))