logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe git clone https://hacktivis.me/git/mastofe.git

send_interaction_service_spec.rb (179B)


  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