repo.or.cz
/
torspec-validations.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Git should ignore the generated parsers.
[torspec-validations.git]
/
spec
/
spec_helper.rb
blob
ad99b5e2aae14ecd520bc9c1554e1208abf1c352
1
require File.expand_path('../environment', __FILE__)
2
3
unless defined?(TORSPEC_ROOT)
4
TORSPEC_ROOT = File.join(File.dirname(__FILE__), '../')
5
end
6
7
unless defined?(SPEC_ROOT)
8
SPEC_ROOT = File.join(File.dirname(__FILE__))
9
end
10
11
require 'torspec'