Move all specs in subscription_form_spec temporarily to pending

This commit is contained in:
luisramos0
2018-10-21 22:05:45 +01:00
parent 3afc59c864
commit ca786249a6

View File

@@ -1,4 +1,4 @@
describe SubscriptionForm do
xdescribe SubscriptionForm do
describe "creating a new subscription" do
let!(:shop) { create(:distributor_enterprise) }
let!(:customer) { create(:customer, enterprise: shop) }