Commit 8df97a9ee19593ab5399c264bd107262ed1dd2f1
1 parent
6d8e36d1
Exists in
master
and in
1 other branch
Updated comment [skip ci]
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
test/relation_test.rb
... | ... | @@ -28,6 +28,7 @@ class RelationTest < Minitest::Test |
28 | 28 | end |
29 | 29 | |
30 | 30 | # TODO call pluck on Active Record query |
31 | + # currently uses pluck from Active Support enumerable | |
31 | 32 | def test_pluck |
32 | 33 | store_names ["Product A", "Product B"] |
33 | 34 | assert_equal ["Product A", "Product B"], Product.search("product").pluck(:name).sort | ... | ... |