mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-11 23:17:48 +00:00
17 lines
237 B
Ruby
17 lines
237 B
Ruby
# frozen_string_literal: true
|
|
|
|
require 'spec_helper'
|
|
|
|
describe Forms::EnterpriseFeesBulkUpdate do
|
|
describe "error reporting" do
|
|
it "adds errors from set creation" do
|
|
subject = build(:enterprise_fee_bulk_update)
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
end
|
|
|
|
end |