mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-26 20:56:48 +00:00
9 lines
153 B
Ruby
9 lines
153 B
Ruby
require 'spec_helper'
|
|
require 'spree/api/testing_support/helpers'
|
|
|
|
module Spree
|
|
describe Spree::Api::OrdersController, type: :controller do
|
|
|
|
end
|
|
end
|