Commit f6b558b0313dcffc68bed308d66784cb5783d4c3

Authored by Andrew Kane
1 parent 622f5bff

Updated example to use callbacks(nil) - #1381 [skip ci]

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
README.md
... ... @@ -1859,7 +1859,7 @@ RSpec.configure do |config|
1859 1859 end
1860 1860  
1861 1861 config.around(:each, search: true) do |example|
1862   - Searchkick.callbacks(true) do
  1862 + Searchkick.callbacks(nil) do
1863 1863 example.run
1864 1864 end
1865 1865 end
... ...