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
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to