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
85aa8aa1
Commit
85aa8aa1
authored
Jun 10, 2020
by
Jose Ernesto Suarez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix small glitch at the api call
parent
45f229db
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
.rspec_status
.rspec_status
+8
-8
client.rb
lib/masmovil-smsclient/client.rb
+1
-1
No files found.
.rspec_status
View file @
85aa8aa1
example_id | status | run_time |
----------------------------- | ------- | --------------- |
./spec/zoholib_spec.rb[1:1] | passed | 0.00
046
seconds |
./spec/zoholib_spec.rb[1:2] | passed | 0.0
004 seconds
|
./spec/zoholib_spec.rb[1:3:1] | passed | 0.00
028
seconds |
./spec/zoholib_spec.rb[1:3:2] | passed | 0.000
07 seconds
|
./spec/zoholib_spec.rb[1:1] | passed | 0.00
168
seconds |
./spec/zoholib_spec.rb[1:2] | passed | 0.0
4786 seconds
|
./spec/zoholib_spec.rb[1:3:1] | passed | 0.00
112
seconds |
./spec/zoholib_spec.rb[1:3:2] | passed | 0.000
1 seconds
|
./spec/zoholib_spec.rb[1:3:3] | pending | 0.00001 seconds |
./spec/zoholib_spec.rb[1:3:4] | pending | 0
.00001 seconds
|
./spec/zoholib_spec.rb[1:3:5] | pending | 0
seconds
|
./spec/zoholib_spec.rb[1:3:4] | pending | 0
seconds
|
./spec/zoholib_spec.rb[1:3:5] | pending | 0
.00001 seconds
|
./spec/zoholib_spec.rb[1:3:6] | pending | 0 seconds |
./spec/zoholib_spec.rb[1:3:7] | pending | 0 seconds |
./spec/zoholib_spec.rb[1:4:1] | passed | 0.0002
seconds
|
./spec/zoholib_spec.rb[1:4:2] | failed |
59.35 seconds
|
./spec/zoholib_spec.rb[1:4:1] | passed | 0.0002
3 seconds
|
./spec/zoholib_spec.rb[1:4:2] | failed |
0.82752 seconds
|
lib/masmovil-smsclient/client.rb
View file @
85aa8aa1
...
...
@@ -27,7 +27,7 @@ module Wedoops
}
begin
# pp @client
response
=
@client
.
call
(
:send
SMS
)
do
response
=
@client
.
call
(
:send
_sms
)
do
message
(
message
)
end
rescue
Exception
=>
e
...
...
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