aboutsummaryrefslogtreecommitdiffstats
path: root/test/attributes
diff options
context:
space:
mode:
authorRyan Davis <ryand-ruby@zenspider.com>2010-10-18 16:34:44 -0700
committerRyan Davis <ryand-ruby@zenspider.com>2010-10-18 16:34:44 -0700
commit31f61b822d28a3cdb56e35c73c5102e5e39f81a5 (patch)
tree706ed811b841933de5064c856ee28e8c6ec4ec8e /test/attributes
parent7aacb3afdf305a796ded658ab90e9cd623c7f906 (diff)
downloadrails-31f61b822d28a3cdb56e35c73c5102e5e39f81a5.tar.gz
rails-31f61b822d28a3cdb56e35c73c5102e5e39f81a5.tar.bz2
rails-31f61b822d28a3cdb56e35c73c5102e5e39f81a5.zip
Renamed spec_helper to test_helper
Diffstat (limited to 'test/attributes')
-rw-r--r--test/attributes/test_attribute.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/attributes/test_attribute.rb b/test/attributes/test_attribute.rb
index f0341f4070..6e707abb03 100644
--- a/test/attributes/test_attribute.rb
+++ b/test/attributes/test_attribute.rb
@@ -1,4 +1,4 @@
-require 'spec_helper'
+require 'test_helper'
module Arel
module Attributes