lib/cucumber/formatter/junit.rb in cucumber-0.3.5 vs lib/cucumber/formatter/junit.rb in cucumber-0.3.6

- old
+ new

@@ -5,10 +5,10 @@ require 'builder' end module Cucumber module Formatter - class JUnit < Cucumber::Ast::Visitor + class Junit < Cucumber::Ast::Visitor def initialize(step_mother, io, options) super(step_mother) @reportdir = io raise "You *must* specify --out DIR for the junit formatter" unless @reportdir