Files
openfoodnetwork/spec/models/invoice_spec.rb
Mohamed ABDELLANI 0fbf88190e Generate invoice model
There are three main components:
1. The invoice model
2. order serializers: serialize the order for the invoice
3. data presenters: the object that will be use to access the order's serialize data
2023-06-18 21:03:13 +02:00

8 lines
155 B
Ruby

# frozen_string_literal: true
require 'spec_helper'
RSpec.describe Invoice, type: :model do
pending "add some examples to (or delete) #{__FILE__}"
end