Fix import rake task and tests

This commit is contained in:
Dmitriy Zaporozhets 2012-12-23 00:15:48 +02:00
parent 9f595aa42f
commit fa8f834374
2 changed files with 7 additions and 3 deletions

View file

@ -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