aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
diff options
context:
space:
mode:
authorAndrew White <pixeltrix@users.noreply.github.com>2015-02-08 12:55:27 +0000
committerAndrew White <pixeltrix@users.noreply.github.com>2015-02-08 12:55:27 +0000
commitb7e592bd3b610616b038faa632c09ba194d452a4 (patch)
treebaf65ebd2a7934abc55c08d2543cabb01e60e647 /activerecord/test
parentd7dad950eb5feffcf3345356a5256283e273ad2d (diff)
parent1f39b731c1b8e53bb9f91fe06dd26be71c134017 (diff)
downloadrails-b7e592bd3b610616b038faa632c09ba194d452a4.tar.gz
rails-b7e592bd3b610616b038faa632c09ba194d452a4.tar.bz2
rails-b7e592bd3b610616b038faa632c09ba194d452a4.zip
Merge pull request #18851 from kamipo/remove_unused_line
Remove unused line
Diffstat (limited to 'activerecord/test')
-rw-r--r--activerecord/test/cases/adapters/postgresql/array_test.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activerecord/test/cases/adapters/postgresql/array_test.rb b/activerecord/test/cases/adapters/postgresql/array_test.rb
index 19ebef4981..3d5b7e5137 100644
--- a/activerecord/test/cases/adapters/postgresql/array_test.rb
+++ b/activerecord/test/cases/adapters/postgresql/array_test.rb
@@ -40,7 +40,6 @@ class PostgresqlArrayTest < ActiveRecord::TestCase
ratings_column = PgArray.columns_hash['ratings']
assert_equal :integer, ratings_column.type
- type = PgArray.type_for_attribute("ratings")
assert ratings_column.array?
end