class Attestify::Autorun::TestList

A TestList to support auto-running a test.

Public Instance Methods

run?(_test_class, _method) click to toggle source
# File lib/attestify/autorun.rb, line 83
def run?(_test_class, _method)
  true
end
test_files() click to toggle source
# File lib/attestify/autorun.rb, line 79
def test_files
  []
end