aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2013-01-05 05:03:02 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2013-01-05 05:11:39 -0300
commit14f1867661c4f540e80fe39f615cef9678422010 (patch)
tree530200f4d3453577993eec4a43887c491a2bd074 /activerecord
parent107e5720fea9873a14d0fe7459b9784a08c3a953 (diff)
downloadrails-14f1867661c4f540e80fe39f615cef9678422010.tar.gz
rails-14f1867661c4f540e80fe39f615cef9678422010.tar.bz2
rails-14f1867661c4f540e80fe39f615cef9678422010.zip
Revert "[#8743] Test case"
This reverts commit 162e2859813b31c50700b453aa61992dfa57139e. This commit was added by mistake, sorry :bow:
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/test/cases/relations_test.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/activerecord/test/cases/relations_test.rb b/activerecord/test/cases/relations_test.rb
index 4f6116203e..0cd838c0b0 100644
--- a/activerecord/test/cases/relations_test.rb
+++ b/activerecord/test/cases/relations_test.rb
@@ -745,11 +745,6 @@ class RelationTest < ActiveRecord::TestCase
end
end
- def test_relation_to_sql
- sql = Post.first.comments.to_sql
- assert_no_match(/\?/, sql)
- end
-
def test_count
posts = Post.all