Correction for last msg:
before(:all) do
@org_root_prop = java.lang.System.getProperty("root")
# abort all examples and after action if condition is not meet:
ensure_that !@org_root_prop.nil? && @org_root_prop.strip.length>0
end
/Morten