mirror of
https://github.com/github/rails.git
synced 2026-04-04 03:00:58 -04:00
Typo in [6845]. References #8437.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6846 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
@@ -41,7 +41,7 @@ class FinderTest < Test::Unit::TestCase
|
||||
end
|
||||
|
||||
def test_find_by_ids_with_limit_and_offset
|
||||
assert_equal 2, Entrant.find([1,3,2], :limit => 2)
|
||||
assert_equal 2, Entrant.find([1,3,2], :limit => 2).size
|
||||
assert_equal 1, Entrant.find([1,3,2], :limit => 3, :offset => 2).size
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user