From eeb21d7a6d280c488bff4c6198641ba9f1562504 Mon Sep 17 00:00:00 2001 From: Andrew Date: Thu, 15 Mar 2018 09:37:47 -0700 Subject: [PATCH] Fixed misspelling --- test/partial_reindex_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/partial_reindex_test.rb b/test/partial_reindex_test.rb index 4e51482..9716b79 100644 --- a/test/partial_reindex_test.rb +++ b/test/partial_reindex_test.rb @@ -57,7 +57,7 @@ class PartialReindexTest < Minitest::Test end def test_instance_method_async - skil unless defined?(ActiveJob) + skip unless defined?(ActiveJob) product = Product.create!(name: "Hi") product.reindex(:search_data, mode: :async) -- libgit2 0.21.0