#298: fixed specs on travis

This commit is contained in:
Vokhmin Alexey V 2013-09-10 18:29:16 +04:00
parent 46c18a7bbe
commit 4ed7543872
1 changed files with 1 additions and 0 deletions

View File

@ -156,6 +156,7 @@ describe BuildList do
end # notify_users
context '#can_auto_publish?' do
before { stub_symlink_methods }
let!(:build_list) { FactoryGirl.create( :build_list,
:status => BuildList::SUCCESS,
:auto_publish => true) }