This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module Cucumber | |
module Formatter | |
class Html | |
def initialize(step_mother, path_or_io, options) | |
end | |
def after_features | |
puts "original after_features" | |
end | |
end | |
end |