1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix indent on test case [ci skip]

This commit is contained in:
Carlos Antonio da Silva 2014-01-28 08:16:20 -02:00
parent e09c4028b3
commit b9cd5a29dd

View file

@ -487,9 +487,9 @@ class HasManyAssociationsTest < ActiveRecord::TestCase
assert_equal [1], posts(:welcome).comments.select { |c| c.id == 1 }.map(&:id)
end
def test_select_without_foreign_key
def test_select_without_foreign_key
assert_equal companies(:first_firm).accounts.first.credit_limit, companies(:first_firm).accounts.select(:credit_limit).first.credit_limit
end
end
def test_adding
force_signal37_to_load_all_clients_of_firm