summaryrefslogtreecommitdiff
path: root/spec/workers/plugin_worker_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/workers/plugin_worker_spec.rb')
-rw-r--r--spec/workers/plugin_worker_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/workers/plugin_worker_spec.rb b/spec/workers/plugin_worker_spec.rb
index 29c55482321..d64de05f211 100644
--- a/spec/workers/plugin_worker_spec.rb
+++ b/spec/workers/plugin_worker_spec.rb
@@ -21,7 +21,7 @@ describe PluginWorker do
allow(Gitlab::Plugin).to receive(:execute).with(filename, data).and_raise('Permission denied')
- expect { subject.perform(filename, data) }.to_not raise_error
+ expect { subject.perform(filename, data) }.not_to raise_error
end
end
end