lib/cucumber/formatter/rerun.rb in aslakhellesoy-cucumber-0.3.9.3 vs lib/cucumber/formatter/rerun.rb in aslakhellesoy-cucumber-0.3.9.4
- old
+ new
@@ -10,9 +10,10 @@
#
class Rerun < Ast::Visitor
def initialize(step_mother, io, options)
super(step_mother)
@io = io
+ @options = options
@file_names = []
@file_colon_lines = Hash.new{|h,k| h[k] = []}
end
def visit_features(features)