aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2013-10-14 18:45:47 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2013-10-14 18:45:47 -0700
commit3d7efb1627e2214aa92e5c74601351465b597f9f (patch)
tree285e7a2fb29322f3358575031889732594906426 /activerecord/test
parent621c24323ea3226206ed65a16070b97a24a5bc2f (diff)
downloadrails-3d7efb1627e2214aa92e5c74601351465b597f9f.tar.gz
rails-3d7efb1627e2214aa92e5c74601351465b597f9f.tar.bz2
rails-3d7efb1627e2214aa92e5c74601351465b597f9f.zip
this method does not exist anymore
Diffstat (limited to 'activerecord/test')
-rw-r--r--activerecord/test/cases/associations/join_dependency_test.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/activerecord/test/cases/associations/join_dependency_test.rb b/activerecord/test/cases/associations/join_dependency_test.rb
deleted file mode 100644
index 08c166dc33..0000000000
--- a/activerecord/test/cases/associations/join_dependency_test.rb
+++ /dev/null
@@ -1,8 +0,0 @@
-require "cases/helper"
-require 'models/edge'
-
-class JoinDependencyTest < ActiveRecord::TestCase
- def test_column_names_with_alias_handles_nil_primary_key
- assert_equal Edge.column_names, ActiveRecord::Associations::JoinDependency::JoinBase.new(Edge).column_names_with_alias.map(&:first)
- end
-end \ No newline at end of file