Skip to content

Commit

Permalink
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -49,10 +49,12 @@
method_source.rb: nil
exclude_tests.rb: |
{
FileStoreTest: :test_two_classes_autoloading,
KernelTest: [:test_silence_stream,
:test_quietly,
:test_capture],
FileStoreTest: :test_two_classes_autoloading,
KernelTest: [:test_silence_stream,
:test_quietly,
:test_capture],
MultibyteCharsExtrasTest: [:test_limit_should_keep_under_the_specified_byte_limit,
:test_limit_should_work_on_a_multibyte_string]
}.each do |mod_name, tests|
unless Object.const_defined? mod_name
warn "#{mod_name} not found"

0 comments on commit 7af6b9e

Please sign in to comment.