Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
masmovil-smsclient
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gems
masmovil-smsclient
Commits
6bc0d6d4
Commit
6bc0d6d4
authored
Oct 03, 2020
by
Oleksandr
🎱
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove print of the response
parent
afeb2eb8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
zoholib_spec.rb
spec/zoholib_spec.rb
+0
-3
No files found.
spec/zoholib_spec.rb
View file @
6bc0d6d4
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment