diff options
| author | James Lopez <james@jameslopez.es> | 2016-09-26 09:44:37 +0200 |
|---|---|---|
| committer | James Lopez <james@jameslopez.es> | 2016-09-26 09:49:05 +0200 |
| commit | a5b9e1c2604348c7e624b4ee85610c92230551c5 (patch) | |
| tree | 153df4435fac869df979e40e52129ce21383418d /spec/lib | |
| parent | a9f1e972ec12bd628e8fc85388c6ba598902ae25 (diff) | |
| download | gitlab-ce-a5b9e1c2604348c7e624b4ee85610c92230551c5.tar.gz | |
added more specs
Diffstat (limited to 'spec/lib')
| -rw-r--r-- | spec/lib/gitlab/import_export/project_tree_saver_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/gitlab/import_export/project_tree_saver_spec.rb b/spec/lib/gitlab/import_export/project_tree_saver_spec.rb index 31a312d6ed5..cf8f2200c57 100644 --- a/spec/lib/gitlab/import_export/project_tree_saver_spec.rb +++ b/spec/lib/gitlab/import_export/project_tree_saver_spec.rb @@ -112,7 +112,7 @@ describe Gitlab::ImportExport::ProjectTreeSaver, services: true do end it 'saves the correct service type' do - expect(saved_project_json['services'].first['type']).not_to be_nil + expect(saved_project_json['services'].first['type']).to eq('CustomIssueTrackerService') end it 'has project feature' do |
