Commit f93cde88d7396e823d63ea61351b174f89640401

Authored by Andrew
1 parent edb1c148

Fixed tests

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
test/reindex_test.rb
@@ -49,7 +49,7 @@ class ReindexTest < Minitest::Test @@ -49,7 +49,7 @@ class ReindexTest < Minitest::Test
49 end 49 end
50 50
51 def test_async_wait 51 def test_async_wait
52 - skip unless defined?(ActiveJob) 52 + skip unless defined?(ActiveJob) && defined?(Redis)
53 53
54 Searchkick.callbacks(false) do 54 Searchkick.callbacks(false) do
55 store_names ["Product A"] 55 store_names ["Product A"]