Commit 6bc0d6d4 authored by Oleksandr's avatar Oleksandr 🎱

remove print of the response

parent afeb2eb8
......@@ -33,13 +33,10 @@ RSpec.describe Wedoops::MasmovilSmsclient do
it 'Can send a correct message' do
client=Wedoops::MasmovilSmsclient::Client.new(Wedoops::MasmovilSmsclient.configuration)
future_date = DateTime.now + (5/1440.0)
msg = {:src => "TESTER", :dst => "+34619766776", :msg => "This is the tester text #{DateTime.now.to_s}", :name => "Testing", :date => future_date.strftime("%F %TZ")}
response = client.sendSMS(msg)
pp response
expect(response).to be_an(Savon::Response)
end
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment