class Utils::LineFormatter
def example_passed(example)
-
example
(Object
) -- the test example that has passed
def example_passed(example) output.puts format_line(example) end
example
(Object
)
-- the test example that has passed
def example_passed(example) output.puts format_line(example) end