Remove redundant tier bug

This commit is contained in:
Eric Schultz 2019-11-08 11:30:48 -06:00
parent 28d1c11af4
commit 6e04c84aa1

View file

@ -54,7 +54,7 @@ describe CancelBillingSubscription do
end
context 'processing the billing subscription' do
before(:each) do
bp = create(:billing_plan, amount: 133_333, percentage_fee: 0.33, tier: 1, name: 'fake plan')
bp = create(:billing_plan, amount: 133_333, percentage_fee: 0.33, name: 'fake plan')
@stripe_customer = Stripe::Customer.create
@plan = Stripe::Plan.create(id: 'test_str_plan', amount: 0, currency: 'USD', interval: 'year', name: 'test PLan')