Maikel Linke
|
dcb6f4676d
|
Remove all unnecessary spec_helper require statements
The `.rspec` file is doing this for us.
|
2026-01-21 12:35:34 +11:00 |
|
cyrillefr
|
cf9395f42f
|
Fixes RSpecRailsInferredSpecType in spree admin controllers
|
2025-05-20 12:45:34 +02:00 |
|
Maikel Linke
|
6317fe1b71
|
Disable RSpec monkey patching
|
2024-05-09 12:24:41 +10:00 |
|
Matt-Yorkley
|
01e6397e27
|
Remove Spree::Config[:shipment_inc_vat]
This is now done per ShippingMethod instead of globally
|
2021-04-06 20:29:58 +01:00 |
|
Matt-Yorkley
|
903788903b
|
Remove Spree::Config[:shipping_tax_rate]
|
2021-04-04 19:19:06 +01:00 |
|
Maikel Linke
|
5b94049620
|
Whitelist params for several settings for Rails 5
Rails 5 is a bit stricter and Spree's Config#set method doesn't work
with a Parameters object.
|
2021-02-19 14:20:15 +11:00 |
|