Commit c2d5cc91 authored by James Lopez's avatar James Lopez

updated spec

parent 2d544d54
......@@ -2,7 +2,7 @@ require 'spec_helper'
describe Gitlab::FogbugzImport::Client, lib: true do
let(:client) { Gitlab::FogbugzImport::Client.new(uri: '', token: '') }
let(:client) { described_class.new(uri: '', token: '') }
let(:one_user) { { 'people' => { 'person' => { "ixPerson" => "2", "sFullName" => "James" } } } }
let(:two_users) { { 'people' => { 'person' => [one_user, { "ixPerson" => "3" }] } } }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment