aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/relation_test.rb
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2011-06-27 14:46:56 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2011-06-27 14:46:56 -0700
commit6054c092dcebac126771bbc9cb6f2f1f8c37cbf1 (patch)
treed5ce19ce83183b483263185b62d09859101a30eb /activerecord/test/cases/relation_test.rb
parent997aed24be07f0b34fbc98a77fe1bab38d90fa79 (diff)
downloadrails-6054c092dcebac126771bbc9cb6f2f1f8c37cbf1.tar.gz
rails-6054c092dcebac126771bbc9cb6f2f1f8c37cbf1.tar.bz2
rails-6054c092dcebac126771bbc9cb6f2f1f8c37cbf1.zip
oops! remove debugging codes
Diffstat (limited to 'activerecord/test/cases/relation_test.rb')
-rw-r--r--activerecord/test/cases/relation_test.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activerecord/test/cases/relation_test.rb b/activerecord/test/cases/relation_test.rb
index 9110e81127..b23ead6feb 100644
--- a/activerecord/test/cases/relation_test.rb
+++ b/activerecord/test/cases/relation_test.rb
@@ -103,7 +103,6 @@ module ActiveRecord
relation = Relation.new Post, Post.arel_table
hash = { :hello => 'world' }
relation.create_with_value = hash
- p relation.method(:create_with_value).source_location
assert_equal hash, relation.scope_for_create
end