mirror of
https://github.com/github/rails.git
synced 2026-04-04 03:00:58 -04:00
name is case sensitive, update tests to reflect that
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user