From bd6b13c620f1f6447715240fe6c6b865ef7336f0 Mon Sep 17 00:00:00 2001 From: James Lopez Date: Mon, 30 Jan 2017 12:33:06 +0100 Subject: fix typo in spec --- spec/lib/gitlab/import_export/relation_factory_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/lib/gitlab/import_export/relation_factory_spec.rb b/spec/lib/gitlab/import_export/relation_factory_spec.rb index c6370f3c164..57e412b0cef 100644 --- a/spec/lib/gitlab/import_export/relation_factory_spec.rb +++ b/spec/lib/gitlab/import_export/relation_factory_spec.rb @@ -185,7 +185,7 @@ describe Gitlab::ImportExport::RelationFactory, lib: true do create(:ci_variable).as_json end - it 'maps the right author to the imported note' do + it 'has no value for the encrypted attribute' do expect(created_object.value).to be_nil end end -- cgit v1.2.1