1
0
planet_express/spec
Tim Kächele 2e3a68e285 Rename discount budget methods and expose maximum possible discount
- Rename #apply_discount to #register_applied_discount to make it
  more clear that it only registers discounts and does not apply them
- Expose maximum possible discount to make it possible to get get the possible
  discount without registering it in the budget
2021-03-07 11:32:05 +01:00
..
factories First commit 2021-03-05 21:02:21 +01:00
fixtures Implement shipment reader 2021-03-05 21:43:44 +01:00
discount_budget_for_month_spec.rb Implement discount budget for month repository 2021-03-06 19:07:47 +01:00
discount_budget_spec.rb Rename discount budget methods and expose maximum possible discount 2021-03-07 11:32:05 +01:00
planet_express_spec.rb Add version number spec for gem 2021-03-05 21:03:32 +01:00
repository_spec.rb Extract default repository behavior into base class 2021-03-06 17:33:26 +01:00
shipment_reader_spec.rb Implement shipment reader 2021-03-05 21:43:44 +01:00
shipping_option_repository_spec.rb Extract default repository behavior into base class 2021-03-06 17:33:26 +01:00
spec_helper.rb Add simplecov 2021-03-07 11:31:14 +01:00