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