Fixed: undefined method now_publish_into_testing for BuildList

This commit is contained in:
Vokhmin Alexey V 2014-05-13 13:25:53 +04:00
parent 4d03dc959b
commit 4c8dfc196b
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ module AbfWorker
if subject.can_auto_publish? if subject.can_auto_publish?
subject.now_publish subject.now_publish
elsif subject.auto_publish_into_testing? elsif subject.auto_publish_into_testing?
subject.now_publish_into_testing subject.publish_into_testing
end end
when FAILED when FAILED
subject.build_error subject.build_error