Module: Minitest::Line

Defined in:
lib/maxitest/vendor/line.rb,
lib/maxitest/vendor/line_describe.rb

Defined Under Namespace

Modules: DescribeTrack

Class Method Summary collapse

Class Method Details

.tests_with_linesObject



34
35
36
37
# File 'lib/maxitest/vendor/line.rb', line 34

def tests_with_lines
  target_file = $0
  methods_with_lines(target_file).concat describes_with_lines(target_file)
end