From 15f2b27c6d003676089379d5dbf8230408e2e6db Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Mon, 18 Oct 2010 16:54:50 -0700 Subject: renaming test_helper to helper so that it is not double required --- test/attributes/test_attribute.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/attributes/test_attribute.rb') diff --git a/test/attributes/test_attribute.rb b/test/attributes/test_attribute.rb index 3ac8766724..06954c242b 100644 --- a/test/attributes/test_attribute.rb +++ b/test/attributes/test_attribute.rb @@ -1,4 +1,4 @@ -require 'test_helper' +require 'helper' module Arel module Attributes -- cgit v1.2.3