summaryrefslogtreecommitdiff
path: root/spec/services/wikis/create_attachment_service_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/services/wikis/create_attachment_service_spec.rb')
-rw-r--r--spec/services/wikis/create_attachment_service_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/services/wikis/create_attachment_service_spec.rb b/spec/services/wikis/create_attachment_service_spec.rb
index f5899f292c8..7a73a0a555f 100644
--- a/spec/services/wikis/create_attachment_service_spec.rb
+++ b/spec/services/wikis/create_attachment_service_spec.rb
@@ -174,6 +174,7 @@ describe Wikis::CreateAttachmentService do
describe '#execute' do
let(:wiki) { project.wiki }
+
subject(:service_execute) { service.execute[:result] }
context 'creates branch if it does not exists' do