send_interaction_service_spec.rb 179 B

1234567
  1. require 'rails_helper'
  2. RSpec.describe SendInteractionService do
  3. subject { SendInteractionService.new }
  4. it 'sends an XML envelope to the Salmon end point of remote user'
  5. end