summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/manifest_import/manifest_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/lib/gitlab/manifest_import/manifest_spec.rb')
-rw-r--r--spec/lib/gitlab/manifest_import/manifest_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/lib/gitlab/manifest_import/manifest_spec.rb b/spec/lib/gitlab/manifest_import/manifest_spec.rb
index ab305fb2316..b939f3bc133 100644
--- a/spec/lib/gitlab/manifest_import/manifest_spec.rb
+++ b/spec/lib/gitlab/manifest_import/manifest_spec.rb
@@ -31,8 +31,8 @@ describe Gitlab::ManifestImport::Manifest, :postgresql do
manifest.valid?
end
- it { expect(manifest.errors).to include('Make sure a <remote> tag is present and is valid.') }
- it { expect(manifest.errors).to include('Make sure every <project> tag has name and path attributes.') }
+ it { expect(manifest.errors).to include(_('Make sure a <remote> tag is present and is valid.')) }
+ it { expect(manifest.errors).to include(_('Make sure every <project> tag has name and path attributes.')) }
end
end
end