From a9f6c8f8e1034ba8cb8838bc0136828826f66af8 Mon Sep 17 00:00:00 2001 From: Federico Ravasio Date: Wed, 21 Aug 2013 17:07:45 +0200 Subject: Skip tests involving $SAFE, it's not supported on Rubinius. --- activesupport/test/core_ext/thread_test.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activesupport') diff --git a/activesupport/test/core_ext/thread_test.rb b/activesupport/test/core_ext/thread_test.rb index cf1b48d511..54d2dcd8dd 100644 --- a/activesupport/test/core_ext/thread_test.rb +++ b/activesupport/test/core_ext/thread_test.rb @@ -73,6 +73,8 @@ class ThreadExt < ActiveSupport::TestCase end def test_thread_variable_security + rubinius_skip "$SAFE is not supported on Rubinius." + t = Thread.new { sleep } assert_raises(SecurityError) do -- cgit v1.2.3