Skip to content

Commit 1ea1da7

Browse files
committed
Updated comment [skip ci]
1 parent 9aaa409 commit 1ea1da7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/load_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def test_false
3636
assert_equal "Product A", JSON.parse(product.to_json)["name"]
3737
assert_equal "Product A", JSON.parse(Product.search("product", load: false).to_a.to_json).first["name"]
3838

39-
# confirm as_json attribute does not override method
39+
# confirm as_json attribute does not override method when Active Support core extensions loaded
4040
assert_equal ({"as_json" => 1}), Searchkick::HashWrapper.new({"as_json" => 1}).as_json
4141
end
4242

0 commit comments

Comments
 (0)