class Minitest::Distributed::Filters::IncludeFileFilter
Public Instance Methods
call(runnable)
click to toggle source
# File lib/minitest/distributed/filters/include_file_filter.rb, line 12 def call(runnable) tests.include?(DefinedRunnable.identifier(runnable)) ? [runnable] : [] end