diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2010-10-18 16:54:50 -0700 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2010-10-18 16:54:50 -0700 |
commit | 15f2b27c6d003676089379d5dbf8230408e2e6db (patch) | |
tree | 1fa29282d33c3b7ffdd1ae16d735f24ca3b3c311 /test/attributes | |
parent | ab4d6668b462970b7fbb97a0a6257897577bc1c6 (diff) | |
download | rails-15f2b27c6d003676089379d5dbf8230408e2e6db.tar.gz rails-15f2b27c6d003676089379d5dbf8230408e2e6db.tar.bz2 rails-15f2b27c6d003676089379d5dbf8230408e2e6db.zip |
renaming test_helper to helper so that it is not double required
Diffstat (limited to 'test/attributes')
-rw-r--r-- | test/attributes/test_attribute.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |