Fixing some bugs, adding pending test examples

This commit is contained in:
Eugen Rochko
2016-03-05 12:50:59 +01:00
parent 23d08c6749
commit 3b4e04dc32
16 changed files with 83 additions and 14 deletions

View File

@ -1,5 +1,7 @@
require 'rails_helper'
RSpec.describe SendInteractionService do
pending
subject { SendInteractionService.new }
it 'sends an XML envelope to the Salmon end point of remote user'
end