diff options
author | James Lopez <james@jameslopez.es> | 2017-01-24 14:15:49 +0100 |
---|---|---|
committer | James Lopez <james@jameslopez.es> | 2017-01-30 12:34:32 +0100 |
commit | bb2201267550433f3db6a49086076ca3937da191 (patch) | |
tree | 1c585c89e9e9809b72b21bcef492bd1740780cbd /spec/lib | |
parent | 6a2b976c66b17ec62575bfefda99221ccdc85e1e (diff) | |
download | gitlab-ce-bb2201267550433f3db6a49086076ca3937da191.tar.gz |
fix spec failures
Diffstat (limited to 'spec/lib')
-rw-r--r-- | spec/lib/gitlab/import_export/relation_factory_spec.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/lib/gitlab/import_export/relation_factory_spec.rb b/spec/lib/gitlab/import_export/relation_factory_spec.rb index db0084d6823..d381316c7fe 100644 --- a/spec/lib/gitlab/import_export/relation_factory_spec.rb +++ b/spec/lib/gitlab/import_export/relation_factory_spec.rb @@ -55,8 +55,8 @@ describe Gitlab::ImportExport::RelationFactory, lib: true do expect(created_object.project_id).to eq(project.id) end - it 'has a token' do - expect(created_object.token).to eq(token) + it 'has a nil token' do + expect(created_object.token).to eq(nil) end context 'original service exists' do |