My test looks like this:
我的测试看起来像这样:
it 'does return an error when passing a non-subscription or trial membership' do expect(helper.description_for_subscription(recurring_plan)).to raise_error(RuntimeError) endit 'do
My test looks like this:
我的测试看起来像这样:
it 'does return an error when passing a non-subscription or trial membership' do expect(helper.description_for_subscription(recurring_plan)).to raise_error(RuntimeError) endit 'do