From 4978f99d6b302a0288b997d93b884fcc64497ea0 Mon Sep 17 00:00:00 2001 From: laserlemon Date: Wed, 13 Oct 2010 10:28:07 -0400 Subject: [PATCH] Re-order the test helper requirements to not explode if the test-unit gem is installed locally. --- test/helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/helper.rb b/test/helper.rb index f2fa172..ef1f84b 100644 --- a/test/helper.rb +++ b/test/helper.rb @@ -1,4 +1,4 @@ -require 'test/unit' require 'simple_oauth' require 'rubygems' require 'mocha' +require 'test/unit'