===== behaviors-1.0.3 : 5 tests, 9 assertions, 2 failures, 0 errors

  1) Failure:
test_that_behaviors_tasks_should_list_behavioral_definitions_for_the_classes_under_test(BehaviorsTasksTest) [behaviors_tasks_test.rb:57]:

  2) Failure:
test_that_behaviors_tasks_should_list_behavioral_definitions_for_the_classes_under_test_in_html_output(BehaviorsTasksTest) [behaviors_tasks_test.rb:31]:

Parts of these tests are hardwired to use MRI. Fixing them up, they both pass.


===== naturalsort-1.1.0 : 26 tests, 26 assertions, 4 failures, 0 errors

  1) Failure:
test_complex(TestNaturalSortKernel) [test_natural_sort_kernel.rb:107]:
  2) Failure:
test_decimal(TestNaturalSortKernel) [test_natural_sort_kernel.rb:88]:
  3) Failure:
test_multiple_string_number(TestNaturalSortKernel) [test_natural_sort_kernel.rb:93]:
  4) Failure:
test_multiple_string_number_2(TestNaturalSortKernel) [test_natural_sort_kernel.rb:99]:

These four tests are labelled `Not Implemented'.


===== object_proxy-1.0.2 : 10 tests, 11 assertions, 2 failures, 0 errors

  1) Failure:
test_does_not_respond_to_target(ObjectProxyTest) [test_object_proxy.rb:12]:
A typo? `responds_to?' should be `respond_to?'?

  2) Failure:
test_method_missing_errors_are_raised_from_the_target_object(ObjectProxyTest) [test_object_proxy.rb:52]:
Relies on MRI specific error messages.


===== rwb-0.2.3 : 52 tests, 91 assertions, 3 failures, 0 errors

  1) Failure:
test_get_url(TestRWB::TestBuilder) [./test/test_rwb.rb:58]:
Relies on MRI's RNG

  2) Failure:
test_urls(TestRWB::TestBuilder) [./test/test_rwb.rb:75]:
Relies on the order of keys in a hash.

  3) Failure:
test_to_url(TestRWB::TestUrlGroup) [./test/test_rwb.rb:257]:
Relies on MRI's RNG