mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-10 23:07:47 +00:00
8 lines
169 B
Ruby
8 lines
169 B
Ruby
require 'spec_helper'
|
|
|
|
describe DistributorsController do
|
|
it "should set the distributor when loading show"
|
|
|
|
it "should create/load an order when loading show"
|
|
end
|