fix product_build_list_spec
This commit is contained in:
parent
0a2c88e071
commit
7be2d6f6bc
|
@ -4,6 +4,7 @@ require 'spec_helper'
|
|||
describe ProductBuildList do
|
||||
before do
|
||||
stub_symlink_methods
|
||||
stub_redis
|
||||
FactoryGirl.create(:product_build_list)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue