Sha256: 309d11b6362cd934f8222a14b3fbfc50e6f5fe8408afd676b8bd0f54395f96a5

Contents?: true

Size: 152 Bytes

Versions: 2

Compression:

Stored size: 152 Bytes

Contents

Fabricator(:order) do
  state :opened
  responsible
end

Fabricator(:accepted_order, from: :order) do
  state :accepted
  items(count: Forgery::Nu)
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
canmoia-0.0.2 spec/fabricators/order_fabricator.rb~
canmoia-0.0.1 spec/fabricators/order_fabricator.rb~