summaryrefslogtreecommitdiff
path: root/spec/helpers/auto_devops_helper_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/helpers/auto_devops_helper_spec.rb')
-rw-r--r--spec/helpers/auto_devops_helper_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/helpers/auto_devops_helper_spec.rb b/spec/helpers/auto_devops_helper_spec.rb
index 75c30dbfe48..90ed0eaaa81 100644
--- a/spec/helpers/auto_devops_helper_spec.rb
+++ b/spec/helpers/auto_devops_helper_spec.rb
@@ -122,7 +122,7 @@ describe AutoDevopsHelper do
allow(helper).to receive(:missing_auto_devops_domain?).and_return(true)
end
- it { is_expected.to eq('Auto Review Apps and Auto Deploy need a domain name to work correctly.') }
+ it { is_expected.to eq(_('Auto Review Apps and Auto Deploy need a domain name to work correctly.')) }
end
end
end