From 9773d2c291cd931aba6dda9705f65460a18b32f3 Mon Sep 17 00:00:00 2001 From: Federico Ravasio Date: Wed, 21 Aug 2013 17:07:33 +0200 Subject: Added method to skip tests on Rubinius to AS/abstract_unit. --- activesupport/test/abstract_unit.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'activesupport/test/abstract_unit.rb') diff --git a/activesupport/test/abstract_unit.rb b/activesupport/test/abstract_unit.rb index 939bd7bfa8..62105da49c 100644 --- a/activesupport/test/abstract_unit.rb +++ b/activesupport/test/abstract_unit.rb @@ -24,3 +24,7 @@ Thread.abort_on_exception = true # Show backtraces for deprecated behavior for quicker cleanup. ActiveSupport::Deprecation.debug = true + +def rubinius_skip(message = '') + skip message if RUBY_ENGINE == 'rbx' +end -- cgit v1.2.3