Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/workers/concerns/worker_attributes_spec.rb')
-rw-r--r--spec/workers/concerns/worker_attributes_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/workers/concerns/worker_attributes_spec.rb b/spec/workers/concerns/worker_attributes_spec.rb
index 767a55162fb..1c9d9a5a1ad 100644
--- a/spec/workers/concerns/worker_attributes_spec.rb
+++ b/spec/workers/concerns/worker_attributes_spec.rb
@@ -75,7 +75,7 @@ RSpec.describe WorkerAttributes, feature_category: :shared do
describe '.data_consistency' do
context 'with invalid data_consistency' do
- it 'raise exception' do
+ it 'raises exception' do
expect { worker.data_consistency(:invalid) }
.to raise_error('Invalid data consistency: invalid')
end