module TestBench::Controls::Executor::Substitute::Assertions

Public Instance Methods

executed?(*files) click to toggle source
# File lib/test_bench/controls/executor/substitute.rb, line 18
def executed? *files
  files.all? do |file|
    executed_files.include? file
  end
end