2016-02-24 17:17:01 -06:00
|
|
|
require 'rails_helper'
|
|
|
|
|
2018-05-02 11:58:48 -05:00
|
|
|
RSpec.describe SendInteractionService, type: :service do
|
2016-03-05 05:50:59 -06:00
|
|
|
subject { SendInteractionService.new }
|
|
|
|
|
|
|
|
it 'sends an XML envelope to the Salmon end point of remote user'
|
2016-02-24 17:17:01 -06:00
|
|
|
end
|