Class: TheTest

Inherits:
Test::Unit::TestCase show all
Defined in:
lib/Xfind_bug_test.rb

Instance Method Summary collapse

Methods inherited from Test::Unit::TestCase

#assert_changed, #assert_exception, #assert_includes, #assert_user_error, #method_missing

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Test::Unit::TestCase

Instance Method Details

#test_basicObject



11
12
13
14
15
16
17
# File 'lib/Xfind_bug_test.rb', line 11

def test_basic
  Find.find('.') do |path|
      puts path
      sleep 1
      redo
  end
end