summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2017-01-30 12:33:06 +0100
committerJames Lopez <james@jameslopez.es>2017-01-30 12:34:32 +0100
commitbd6b13c620f1f6447715240fe6c6b865ef7336f0 (patch)
tree08fc874880cbff6aa511cbdbd545a21c050c71b2
parent1a2d13c821179a2707790d9c0e4585044462cd42 (diff)
downloadgitlab-ce-bd6b13c620f1f6447715240fe6c6b865ef7336f0.tar.gz
fix typo in spec
-rw-r--r--spec/lib/gitlab/import_export/relation_factory_spec.rb2
1 files changed, 1 insertions, 1 deletions
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