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