From ace12e29da88042bf66cd5f27cc7a546bf8adae5 Mon Sep 17 00:00:00 2001 From: Tristan Hume Date: Fri, 2 Aug 2013 13:37:56 -0400 Subject: [PATCH] Hopefully fix CI on Rubinius --- test/test_helper.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_helper.rb b/test/test_helper.rb index a14a277..671e042 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -13,6 +13,7 @@ mode = :strict if ARGV.last == 'lax' puts "-- LAX ERROR MODE" ARGV.pop + ARGV.compact! # because things break on Rubinius otherwise mode = :lax else puts "-- STRICT ERROR MODE"