Method: Roby::Application#each_test_file_in_app

Defined in:
lib/roby/app.rb

#each_test_file_in_app(&block) ⇒ Object

Enumerate all the test files in this app and for this robot configuration



3380
3381
3382
3383
# File 'lib/roby/app.rb', line 3380

def each_test_file_in_app(&block)
    dir = File.join(app_dir, "test")
    each_test_file_in(dir, &block)
end