Module: Autotest::MiniTestCI

Defined in:
lib/autotest/minitest_ci.rb

Overview

Plugin for Autotest to ignore MiniTest::Ci report directory.

in your .autotest file:

require ‘autotest/minitest_ci’

# optionally: Autotest::MiniTestCI.report_dir = ‘some/other/path/to/reports’

I think this plugin can do more than what it does now, but not sure yet. Leaving here to think about it more.

Class Attribute Summary collapse

Class Attribute Details

.report_dirObject

Returns the value of attribute report_dir.



15
16
17
# File 'lib/autotest/minitest_ci.rb', line 15

def report_dir
  @report_dir
end