Async perform for add/remove team members
This commit is contained in:
parent
1c5876eb7b
commit
8b54b7233e
5 changed files with 35 additions and 11 deletions
|
@ -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
|
||||
|
|
|
@ -21,6 +21,10 @@ class Project
|
|||
true
|
||||
end
|
||||
|
||||
def destroy
|
||||
true
|
||||
end
|
||||
|
||||
def create
|
||||
true
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue