Fix import rake task and tests
This commit is contained in:
parent
9f595aa42f
commit
fa8f834374
2 changed files with 7 additions and 3 deletions
|
@ -64,6 +64,7 @@ describe Gitlab::API do
|
|||
post api("/projects", user), project
|
||||
|
||||
project.each_pair do |k,v|
|
||||
next if k == :path
|
||||
json_response[k.to_s].should == v
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue