class Utils::LineFormatter
def example_pending(example)
-
example
(Object
) -- the test example that is pending
def example_pending(example) output.puts format_line(example) end
example
(Object
)
-- the test example that is pending
def example_pending(example) output.puts format_line(example) end