Testing Spree Commerce with RSpec

Spree commerce is a rails plugin that allows users to stand up their own ecommerce platform. I am currently working on a project that will integrate a drop shipping API with spreee commerce and insist on testing my work to prevent regressions moving forward. The current issue that I am solving for is to send an order to the drop shipper via an API call upon completion of an order. »