summaryrefslogtreecommitdiff
path: root/spec/factories/product.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/factories/product.rb')
-rw-r--r--spec/factories/product.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/factories/product.rb b/spec/factories/product.rb
index fb64d0d..8f643a6 100644
--- a/spec/factories/product.rb
+++ b/spec/factories/product.rb
@@ -14,5 +14,6 @@ FactoryBot.define do
end
c
end
+ public_id { SecureRandom.hex(12) }
end
end