File: spec_helper.rb

package info (click to toggle)
ruby-whitewash 2.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 200 kB
  • sloc: ruby: 1,217; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 224 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
require 'rspec'
$LOAD_PATH.unshift(File.expand_path("../lib", File.dirname(__FILE__)))
require 'whitewash'

class Whitewash
  remove_const :PATH
  PATH = [ File.expand_path("../data/whitewash", File.dirname(__FILE__)) ]
end