repo.or.cz
/
base_ror3_portal.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added Validation_Reflection Plugin
[base_ror3_portal.git]
/
script
/
cucumber
blob
7fa5c9208675ca06c02b2d3a3279f17623d1cbc9
1
#!/usr/bin/env ruby
2
3
vendored_cucumber_bin
=
Dir
[
"#{File.dirname(__FILE__)}/../vendor/{gems,plugins}/cucumber*/bin/cucumber"
].
first
4
if
vendored_cucumber_bin
5
load File
.
expand_path
(
vendored_cucumber_bin
)
6
else
7
require
'rubygems'
unless
ENV
[
'NO_RUBYGEMS'
]
8
require
'cucumber'
9
load Cucumber
::BINARY
10
end