diff options
Diffstat (limited to 'test/test_helper.rb')
-rw-r--r-- | test/test_helper.rb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb index 26d108b..ed5fa26 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -1,9 +1,3 @@ -class String - def clear - replace("") - end -end - module M def hello; :hello_module; end end |