From 57513b2d0a130e3abe034d555525ed77b2d39141 Mon Sep 17 00:00:00 2001 From: Doug MacEachern Date: Sun, 17 Jan 2010 18:22:56 -0800 Subject: [PATCH] use helper --- bindings/ruby/test/swap_test.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bindings/ruby/test/swap_test.rb b/bindings/ruby/test/swap_test.rb index 565161c1..6f06e832 100644 --- a/bindings/ruby/test/swap_test.rb +++ b/bindings/ruby/test/swap_test.rb @@ -1,5 +1,5 @@ -require 'test/unit' -require 'rbsigar' +$LOAD_PATH.unshift File.dirname(__FILE__) +require 'helper' class SwapTest < Test::Unit::TestCase