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