Skip to content

Instantly share code, notes, and snippets.

View pete-otaqui's full-sized avatar

Pete Otaqui pete-otaqui

View GitHub Profile
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