Module: FlakyStats::Output

Included in:
FlakyTests, Summary
Defined in:
lib/flaky_stats/output.rb

Instance Method Summary collapse

Instance Method Details

#heading(text) ⇒ Object



8
9
10
11
12
# File 'lib/flaky_stats/output.rb', line 8

def heading(text)
  puts "\n\n"
  line
  puts text
end

#lineObject



4
5
6
# File 'lib/flaky_stats/output.rb', line 4

def line
  puts "--------------------------------------------------------------------------------"
end