fix product_build_list_spec

This commit is contained in:
Vokhmin Alexey V 2013-04-02 18:59:00 +04:00
parent 0a2c88e071
commit 7be2d6f6bc
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ require 'spec_helper'
describe ProductBuildList do
before do
stub_symlink_methods
stub_redis
FactoryGirl.create(:product_build_list)
end