summaryrefslogtreecommitdiff
path: root/spec/features/projects/environments/environment_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/projects/environments/environment_spec.rb')
-rw-r--r--spec/features/projects/environments/environment_spec.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/features/projects/environments/environment_spec.rb b/spec/features/projects/environments/environment_spec.rb
index a8a3b6910fb..3e057cf307f 100644
--- a/spec/features/projects/environments/environment_spec.rb
+++ b/spec/features/projects/environments/environment_spec.rb
@@ -26,7 +26,7 @@ describe 'Environment' do
context 'without deployments' do
it 'does not show deployments' do
- expect(page).to have_content('You don\'t have any deployments right now.')
+ expect(page).to have_content(_('You don\'t have any deployments right now.'))
end
end
@@ -65,7 +65,7 @@ describe 'Environment' do
end
it 'does not show deployments' do
- expect(page).to have_content('You don\'t have any deployments right now.')
+ expect(page).to have_content(_('You don\'t have any deployments right now.'))
end
end
@@ -78,7 +78,7 @@ describe 'Environment' do
end
it 'does not show deployments' do
- expect(page).to have_content('You don\'t have any deployments right now.')
+ expect(page).to have_content(_('You don\'t have any deployments right now.'))
end
end