require_relative "../helpers" describe BigBench::PostProcessor::Statistics do it "should run and create the following statistics" do BigBench.config.output = "spec/tests/result.ljson" BigBench.post_process :statistics lambda{ BigBench.post_processors.first.run! }.should_not raise_exception end end