Async perform for add/remove team members

This commit is contained in:
Dmitriy Zaporozhets 2013-01-28 17:39:02 +02:00
parent 1c5876eb7b
commit 8b54b7233e
5 changed files with 35 additions and 11 deletions

View file

@ -20,6 +20,6 @@ describe Gitlab::Gitolite do
it "should call config update" do
gitolite_config.should_receive(:update_project!)
gitolite.update_repository project
gitolite.update_repository(project.id)
end
end