summaryrefslogtreecommitdiff
path: root/spec/controllers/orders/create_subscription_line_items_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/controllers/orders/create_subscription_line_items_spec.rb')
-rw-r--r--spec/controllers/orders/create_subscription_line_items_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/controllers/orders/create_subscription_line_items_spec.rb b/spec/controllers/orders/create_subscription_line_items_spec.rb
index 53e35b5..4495020 100644
--- a/spec/controllers/orders/create_subscription_line_items_spec.rb
+++ b/spec/controllers/orders/create_subscription_line_items_spec.rb
@@ -32,7 +32,7 @@ RSpec.describe Spree::Controllers::Orders::SubscriptionParams, type: :controller
max_installments: 3,
subscribable_id: variant.id,
interval_length: 30,
- interval_units: "days"
+ interval_units: "day"
}
}
end