summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/ci/config/extendable/entry_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/lib/gitlab/ci/config/extendable/entry_spec.rb')
-rw-r--r--spec/lib/gitlab/ci/config/extendable/entry_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/gitlab/ci/config/extendable/entry_spec.rb b/spec/lib/gitlab/ci/config/extendable/entry_spec.rb
index 0a148375d11..4a66622d15f 100644
--- a/spec/lib/gitlab/ci/config/extendable/entry_spec.rb
+++ b/spec/lib/gitlab/ci/config/extendable/entry_spec.rb
@@ -5,7 +5,7 @@ describe Gitlab::Ci::Config::Extendable::Entry do
context 'when entry key is not included in the context hash' do
it 'raises error' do
expect { described_class.new(:test, something: 'something') }
- .to raise_error StandardError, 'Invalid entry key!'
+ .to raise_error StandardError, _('Invalid entry key!')
end
end
end