# File lib/cucumber/formatter/junit.rb, line 17
      def initialize(step_mother, io, options)
        @reportdir = ensure_dir(io, "junit")
        @options = options
      end