Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2017-01-30 14:33:06 +0300
committerJames Lopez <james@jameslopez.es>2017-01-30 14:34:32 +0300
commitbd6b13c620f1f6447715240fe6c6b865ef7336f0 (patch)
tree08fc874880cbff6aa511cbdbd545a21c050c71b2 /spec/lib/gitlab/import_export/relation_factory_spec.rb
parent1a2d13c821179a2707790d9c0e4585044462cd42 (diff)
fix typo in spec
Diffstat (limited to 'spec/lib/gitlab/import_export/relation_factory_spec.rb')
-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