summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-07-24 03:40:03 +0000
committerEvan Read <eread@gitlab.com>2019-07-24 03:40:03 +0000
commit02559a464f2043b5728f477874f93b05c7a4bbd4 (patch)
tree75625d150bdae489f023ea980f59b718f039b312
parent5e1ff9e7c9c09157a35c89f1c266742643ba0808 (diff)
downloadgitlab-ce-docs/tidy-up-chaos-endpoint.tar.gz
Apply suggestion to doc/development/reusing_abstractions.mddocs/tidy-up-chaos-endpoint
-rw-r--r--doc/development/reusing_abstractions.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/development/reusing_abstractions.md b/doc/development/reusing_abstractions.md
index edd8c85cfb8..fce144f8dc2 100644
--- a/doc/development/reusing_abstractions.md
+++ b/doc/development/reusing_abstractions.md
@@ -214,5 +214,4 @@ The API provided by Active Record itself, such as the `where` method, `save`,
Everything in `app/workers`.
Use `SomeWorker.perform_async` or `SomeWorker.perform_in` to schedule Sidekiq
-jobs. Never directly invoke a worker using `SomeWorker.new.perform`,
-though this is fine to use in tests.
+jobs. Never directly invoke a worker using `SomeWorker.new.perform`.