summaryrefslogtreecommitdiff
path: root/spec/services/preview_markdown_service_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/services/preview_markdown_service_spec.rb')
-rw-r--r--spec/services/preview_markdown_service_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/services/preview_markdown_service_spec.rb b/spec/services/preview_markdown_service_spec.rb
index 458cb8f1f31..a98c1b23cb3 100644
--- a/spec/services/preview_markdown_service_spec.rb
+++ b/spec/services/preview_markdown_service_spec.rb
@@ -86,7 +86,7 @@ describe PreviewMarkdownService do
it 'explains quick actions effect' do
result = service.execute
- expect(result[:commands]).to eq 'Sets time estimate to 2y.'
+ expect(result[:commands]).to eq _('Sets time estimate to 2y.')
end
end
@@ -111,7 +111,7 @@ describe PreviewMarkdownService do
it 'explains quick actions effect' do
result = service.execute
- expect(result[:commands]).to eq 'Tags this commit to v1.2.3 with "Stable release".'
+ expect(result[:commands]).to eq _('Tags this commit to v1.2.3 with "Stable release".')
end
end