Commit bc75b48282f86ba3fd686317e48fdd9eec1ae25c
1 parent
bade3d94
Exists in
relation
Removed space [skip ci]
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
test/relation_test.rb
@@ -38,7 +38,6 @@ class RelationTest < Minitest::Test | @@ -38,7 +38,6 @@ class RelationTest < Minitest::Test | ||
38 | store_names ["Blue", "Red"] | 38 | store_names ["Blue", "Red"] |
39 | assert_equal [["Blue", nil], ["Red", nil]], Product.order(:name).pluck(:name, :store_id) if defined?(ActiveRecord) | 39 | assert_equal [["Blue", nil], ["Red", nil]], Product.order(:name).pluck(:name, :store_id) if defined?(ActiveRecord) |
40 | assert_equal [["Blue", nil], ["Red", nil]], Product.search.order(:name).pluck(:name, :store_id) | 40 | assert_equal [["Blue", nil], ["Red", nil]], Product.search.order(:name).pluck(:name, :store_id) |
41 | - | ||
42 | end | 41 | end |
43 | 42 | ||
44 | def test_parameters | 43 | def test_parameters |