aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorTony Ta <tonyta.tt@gmail.com>2015-12-15 22:34:04 -0800
committerTony Ta <tonyta.tt@gmail.com>2015-12-15 23:15:57 -0800
commitf7014c5bb6d73024057d114dbed24c5164b5870c (patch)
tree00bf958386776bbd25d4aceb5a0ec46e70687305 /activerecord
parent31497ce7fa725b2f56f2e8d7fee8bc7b76770347 (diff)
downloadrails-f7014c5bb6d73024057d114dbed24c5164b5870c.tar.gz
rails-f7014c5bb6d73024057d114dbed24c5164b5870c.tar.bz2
rails-f7014c5bb6d73024057d114dbed24c5164b5870c.zip
deletes commented code introduced in db045db (initial commit)
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/test/cases/fixtures_test.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activerecord/test/cases/fixtures_test.rb b/activerecord/test/cases/fixtures_test.rb
index f30ed4fcc8..c73958900b 100644
--- a/activerecord/test/cases/fixtures_test.rb
+++ b/activerecord/test/cases/fixtures_test.rb
@@ -184,7 +184,6 @@ class FixturesTest < ActiveRecord::TestCase
end
def test_fixtures_from_root_yml_with_instantiation
- # assert_equal 2, @accounts.size
assert_equal 50, @unknown.credit_limit
end