name is case sensitive, update tests to reflect that

This commit is contained in:
Michael Koziarski
2009-06-01 14:21:08 +12:00
parent 4d7c597e84
commit b600bf2cd7

View File

@@ -288,7 +288,7 @@ class CalculationsTest < ActiveRecord::TestCase
end
def test_count_with_scoped_has_many_through_association
assert_equal 1, owners(:blackbeard).toys.with_name('bone').count
assert_equal 1, owners(:blackbeard).toys.with_name('Bone').count
end
def test_should_sum_expression