summaryrefslogtreecommitdiff
path: root/spec/features/tags/master_views_tags_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/tags/master_views_tags_spec.rb')
-rw-r--r--spec/features/tags/master_views_tags_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/features/tags/master_views_tags_spec.rb b/spec/features/tags/master_views_tags_spec.rb
index 36cfeb5ed84..af5d7d25ff3 100644
--- a/spec/features/tags/master_views_tags_spec.rb
+++ b/spec/features/tags/master_views_tags_spec.rb
@@ -20,7 +20,7 @@ describe 'Maintainer views tags' do
end
it 'displays a specific message' do
- expect(page).to have_content 'Repository has no tags yet.'
+ expect(page).to have_content _('Repository has no tags yet.')
end
end
@@ -50,7 +50,7 @@ describe 'Maintainer views tags' do
expect(current_path).to eq(
project_tag_path(project, 'v1.0.0'))
expect(page).to have_content 'v1.0.0'
- expect(page).to have_content 'This tag has no release notes.'
+ expect(page).to have_content _('This tag has no release notes.')
end
describe 'links on the tag page' do