fix tests
This commit is contained in:
parent
d6036f08aa
commit
2095780f24
1 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@ describe KeyObserver do
|
|||
)
|
||||
|
||||
@observer = KeyObserver.instance
|
||||
@observer.stub(:git_host => @gitolite)
|
||||
@observer.stub(gitolite: @gitolite)
|
||||
end
|
||||
|
||||
context :after_save do
|
||||
|
|
Loading…
Add table
Reference in a new issue