spec/fixtures/shipping.yml in mc-settings-0.1.4 vs spec/fixtures/shipping.yml in mc-settings-0.1.5

- old
+ new

@@ -1,7 +1,7 @@ shipping_config: - default: Defaulted + default: <%= 'Defaulted' %> domestic: service: MyService countries: - "US" non_shippable_regions: @@ -29,6 +29,8 @@ - "MP" - "UM" - "FR" - "GR" - "RU" - shipping_carrier: Bar + shipping_carrier: Bar +number: <%= 5%> +stringified: <%= nil || "stringified"%> \ No newline at end of file