Require spec_helper.rb for OrderSyncer specs

This commit is contained in:
Kristina Lim
2019-03-13 18:55:45 +11:00
parent 75abd4586e
commit ad935e8d66

View File

@@ -1,3 +1,5 @@
require "spec_helper"
describe OrderSyncer do
describe "updating the shipping method" do
let(:subscription) { create(:subscription, with_items: true, with_proxy_orders: true) }