diff --git a/TESTING.md b/TESTING.md index fdc540b0..30a0b20f 100644 --- a/TESTING.md +++ b/TESTING.md @@ -5,7 +5,8 @@ To run locally: ``` -bundle install --with test sidekiq --binstubs +bundle config set with "test sidekiq" +bundle install bundle exec rake ```