diff --git a/test/test_helper.rb b/test/test_helper.rb index a58b902a12973ee1b94247b149e6b014f642b6c2..ad22083f42ae02adf2803a4854162579272ea215 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -164,6 +164,12 @@ def execute_command( ).execute(&blk).sync end +class NotLoaded < BasicObject + def inspect + "" + end +end + class Matching def initialize(&block) @block = block