Add stub rsync for test (missing in #38). Problem describe in #8

This commit is contained in:
Vladimir Sharshov 2011-12-15 02:29:29 +04:00
parent 85231d3f91
commit a931fd4bad
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ describe BuildListsController do
context 'for user' do
before(:each) do
stub_rsync_methods
@build_list = Factory(:build_list_core)
@project = @build_list.project
@owner_user = @project.owner