From cb74496a587a002ec342303453688360904b7ba0 Mon Sep 17 00:00:00 2001 From: winton Date: Mon, 9 Nov 2009 22:09:49 -0800 Subject: [PATCH] [gem_template] Using uniform flag --- spec/spec_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 570449e..88df6fd 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,4 +1,4 @@ -$TESTING=true +$testing = true SPEC = File.dirname(__FILE__) $:.unshift File.expand_path("#{SPEC}/../lib")