bandwidth-sdk 12.1.0 → 13.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (172) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -2
  3. data/Gemfile.lock +11 -20
  4. data/README.md +2 -0
  5. data/bandwidth-sdk.gemspec +3 -1
  6. data/bandwidth.yml +28 -22
  7. data/coverage/.last_run.json +1 -1
  8. data/coverage/.resultset.json +489 -756
  9. data/coverage/index.html +5225 -8162
  10. data/custom_templates/Gemfile.mustache +1 -2
  11. data/custom_templates/gemspec.mustache +2 -0
  12. data/docs/AnswerCallback.md +1 -1
  13. data/docs/BridgeCompleteCallback.md +1 -1
  14. data/docs/BridgeTargetCompleteCallback.md +1 -1
  15. data/docs/CallRecordingMetadata.md +2 -2
  16. data/docs/CallState.md +1 -1
  17. data/docs/CallTranscription.md +6 -6
  18. data/docs/CallTranscriptionDetectedLanguageEnum.md +15 -0
  19. data/docs/CallTranscriptionResponse.md +2 -2
  20. data/docs/CallTranscriptionTrackEnum.md +15 -0
  21. data/docs/ConferenceRecordingAvailableCallback.md +1 -1
  22. data/docs/ConferenceRecordingMetadata.md +1 -1
  23. data/docs/DisconnectCallback.md +1 -1
  24. data/docs/DtmfCallback.md +2 -2
  25. data/docs/GatherCallback.md +2 -2
  26. data/docs/InitiateCallback.md +1 -1
  27. data/docs/MachineDetectionCompleteCallback.md +1 -1
  28. data/docs/MessagingCodeResponse.md +1 -1
  29. data/docs/RecordingAvailableCallback.md +2 -2
  30. data/docs/RecordingCompleteCallback.md +2 -2
  31. data/docs/RecordingTranscriptionMetadata.md +1 -1
  32. data/docs/RedirectCallback.md +2 -2
  33. data/docs/TranscriptionAvailableCallback.md +2 -2
  34. data/docs/TranscriptionsApi.md +1 -1
  35. data/docs/TransferAnswerCallback.md +2 -2
  36. data/docs/TransferCompleteCallback.md +2 -2
  37. data/docs/TransferDisconnectCallback.md +2 -2
  38. data/lib/bandwidth-sdk/api/calls_api.rb +1 -1
  39. data/lib/bandwidth-sdk/api/conferences_api.rb +1 -1
  40. data/lib/bandwidth-sdk/api/media_api.rb +1 -1
  41. data/lib/bandwidth-sdk/api/messages_api.rb +1 -1
  42. data/lib/bandwidth-sdk/api/mfa_api.rb +1 -1
  43. data/lib/bandwidth-sdk/api/phone_number_lookup_api.rb +1 -1
  44. data/lib/bandwidth-sdk/api/recordings_api.rb +1 -1
  45. data/lib/bandwidth-sdk/api/statistics_api.rb +1 -1
  46. data/lib/bandwidth-sdk/api/transcriptions_api.rb +3 -3
  47. data/lib/bandwidth-sdk/api_client.rb +44 -41
  48. data/lib/bandwidth-sdk/api_error.rb +1 -1
  49. data/lib/bandwidth-sdk/configuration.rb +11 -1
  50. data/lib/bandwidth-sdk/models/account_statistics.rb +2 -2
  51. data/lib/bandwidth-sdk/models/answer_callback.rb +2 -2
  52. data/lib/bandwidth-sdk/models/bridge_complete_callback.rb +2 -2
  53. data/lib/bandwidth-sdk/models/bridge_target_complete_callback.rb +2 -2
  54. data/lib/bandwidth-sdk/models/bxml/root.rb +0 -6
  55. data/lib/bandwidth-sdk/models/bxml/verbs/gather.rb +0 -6
  56. data/lib/bandwidth-sdk/models/bxml/verbs/start_stream.rb +0 -6
  57. data/lib/bandwidth-sdk/models/bxml/verbs/start_transcription.rb +0 -6
  58. data/lib/bandwidth-sdk/models/bxml/verbs/transfer.rb +0 -6
  59. data/lib/bandwidth-sdk/models/call_direction_enum.rb +1 -1
  60. data/lib/bandwidth-sdk/models/call_recording_metadata.rb +2 -2
  61. data/lib/bandwidth-sdk/models/call_state.rb +2 -2
  62. data/lib/bandwidth-sdk/models/call_state_enum.rb +1 -1
  63. data/lib/bandwidth-sdk/models/call_transcription.rb +11 -37
  64. data/lib/bandwidth-sdk/models/call_transcription_detected_language_enum.rb +41 -0
  65. data/lib/bandwidth-sdk/models/call_transcription_metadata.rb +2 -2
  66. data/lib/bandwidth-sdk/models/call_transcription_response.rb +2 -2
  67. data/lib/bandwidth-sdk/models/call_transcription_track_enum.rb +40 -0
  68. data/lib/bandwidth-sdk/models/callback_method_enum.rb +1 -1
  69. data/lib/bandwidth-sdk/models/code_request.rb +2 -2
  70. data/lib/bandwidth-sdk/models/conference.rb +2 -2
  71. data/lib/bandwidth-sdk/models/conference_completed_callback.rb +2 -2
  72. data/lib/bandwidth-sdk/models/conference_created_callback.rb +2 -2
  73. data/lib/bandwidth-sdk/models/conference_member.rb +2 -2
  74. data/lib/bandwidth-sdk/models/conference_member_exit_callback.rb +2 -2
  75. data/lib/bandwidth-sdk/models/conference_member_join_callback.rb +2 -2
  76. data/lib/bandwidth-sdk/models/conference_recording_available_callback.rb +2 -2
  77. data/lib/bandwidth-sdk/models/conference_recording_metadata.rb +2 -2
  78. data/lib/bandwidth-sdk/models/conference_redirect_callback.rb +2 -2
  79. data/lib/bandwidth-sdk/models/conference_state_enum.rb +1 -1
  80. data/lib/bandwidth-sdk/models/create_call.rb +2 -2
  81. data/lib/bandwidth-sdk/models/create_call_response.rb +2 -2
  82. data/lib/bandwidth-sdk/models/create_lookup_response.rb +2 -2
  83. data/lib/bandwidth-sdk/models/create_message_request_error.rb +2 -2
  84. data/lib/bandwidth-sdk/models/deferred_result.rb +2 -2
  85. data/lib/bandwidth-sdk/models/disconnect_callback.rb +2 -2
  86. data/lib/bandwidth-sdk/models/diversion.rb +2 -2
  87. data/lib/bandwidth-sdk/models/dtmf_callback.rb +2 -2
  88. data/lib/bandwidth-sdk/models/field_error.rb +2 -2
  89. data/lib/bandwidth-sdk/models/file_format_enum.rb +1 -1
  90. data/lib/bandwidth-sdk/models/gather_callback.rb +2 -2
  91. data/lib/bandwidth-sdk/models/inbound_message_callback.rb +2 -2
  92. data/lib/bandwidth-sdk/models/inbound_message_callback_message.rb +2 -2
  93. data/lib/bandwidth-sdk/models/initiate_callback.rb +2 -2
  94. data/lib/bandwidth-sdk/models/list_message_direction_enum.rb +1 -1
  95. data/lib/bandwidth-sdk/models/list_message_item.rb +2 -2
  96. data/lib/bandwidth-sdk/models/lookup_request.rb +2 -2
  97. data/lib/bandwidth-sdk/models/lookup_result.rb +2 -2
  98. data/lib/bandwidth-sdk/models/lookup_status.rb +2 -2
  99. data/lib/bandwidth-sdk/models/lookup_status_enum.rb +1 -1
  100. data/lib/bandwidth-sdk/models/machine_detection_complete_callback.rb +2 -2
  101. data/lib/bandwidth-sdk/models/machine_detection_configuration.rb +2 -2
  102. data/lib/bandwidth-sdk/models/machine_detection_mode_enum.rb +1 -1
  103. data/lib/bandwidth-sdk/models/machine_detection_result.rb +2 -2
  104. data/lib/bandwidth-sdk/models/media.rb +2 -2
  105. data/lib/bandwidth-sdk/models/message.rb +2 -2
  106. data/lib/bandwidth-sdk/models/message_delivered_callback.rb +2 -2
  107. data/lib/bandwidth-sdk/models/message_delivered_callback_message.rb +2 -2
  108. data/lib/bandwidth-sdk/models/message_direction_enum.rb +1 -1
  109. data/lib/bandwidth-sdk/models/message_failed_callback.rb +2 -2
  110. data/lib/bandwidth-sdk/models/message_failed_callback_message.rb +2 -2
  111. data/lib/bandwidth-sdk/models/message_request.rb +2 -2
  112. data/lib/bandwidth-sdk/models/message_sending_callback.rb +2 -2
  113. data/lib/bandwidth-sdk/models/message_sending_callback_message.rb +2 -2
  114. data/lib/bandwidth-sdk/models/message_status_enum.rb +1 -1
  115. data/lib/bandwidth-sdk/models/message_type_enum.rb +1 -1
  116. data/lib/bandwidth-sdk/models/messages_list.rb +2 -2
  117. data/lib/bandwidth-sdk/models/messaging_code_response.rb +2 -2
  118. data/lib/bandwidth-sdk/models/messaging_request_error.rb +2 -2
  119. data/lib/bandwidth-sdk/models/mfa_forbidden_request_error.rb +2 -2
  120. data/lib/bandwidth-sdk/models/mfa_request_error.rb +2 -2
  121. data/lib/bandwidth-sdk/models/mfa_unauthorized_request_error.rb +2 -2
  122. data/lib/bandwidth-sdk/models/page_info.rb +2 -2
  123. data/lib/bandwidth-sdk/models/priority_enum.rb +1 -1
  124. data/lib/bandwidth-sdk/models/recording_available_callback.rb +2 -2
  125. data/lib/bandwidth-sdk/models/recording_complete_callback.rb +2 -2
  126. data/lib/bandwidth-sdk/models/recording_state_enum.rb +1 -1
  127. data/lib/bandwidth-sdk/models/recording_transcription_metadata.rb +3 -3
  128. data/lib/bandwidth-sdk/models/recording_transcriptions.rb +2 -2
  129. data/lib/bandwidth-sdk/models/redirect_callback.rb +2 -2
  130. data/lib/bandwidth-sdk/models/redirect_method_enum.rb +1 -1
  131. data/lib/bandwidth-sdk/models/stir_shaken.rb +2 -2
  132. data/lib/bandwidth-sdk/models/tag.rb +2 -2
  133. data/lib/bandwidth-sdk/models/tn_lookup_request_error.rb +2 -2
  134. data/lib/bandwidth-sdk/models/transcribe_recording.rb +2 -2
  135. data/lib/bandwidth-sdk/models/transcription.rb +2 -2
  136. data/lib/bandwidth-sdk/models/transcription_available_callback.rb +2 -2
  137. data/lib/bandwidth-sdk/models/transfer_answer_callback.rb +2 -2
  138. data/lib/bandwidth-sdk/models/transfer_complete_callback.rb +2 -2
  139. data/lib/bandwidth-sdk/models/transfer_disconnect_callback.rb +2 -2
  140. data/lib/bandwidth-sdk/models/update_call.rb +2 -2
  141. data/lib/bandwidth-sdk/models/update_call_recording.rb +2 -2
  142. data/lib/bandwidth-sdk/models/update_conference.rb +2 -2
  143. data/lib/bandwidth-sdk/models/update_conference_member.rb +2 -2
  144. data/lib/bandwidth-sdk/models/verify_code_request.rb +2 -2
  145. data/lib/bandwidth-sdk/models/verify_code_response.rb +2 -2
  146. data/lib/bandwidth-sdk/models/voice_api_error.rb +2 -2
  147. data/lib/bandwidth-sdk/models/voice_code_response.rb +2 -2
  148. data/lib/bandwidth-sdk/version.rb +2 -2
  149. data/lib/bandwidth-sdk.rb +3 -1
  150. data/openapitools.json +1 -1
  151. data/spec/call_utils.rb +1 -1
  152. data/spec/smoke/calls_api_spec.rb +1 -6
  153. data/spec/smoke/conferences_api_spec.rb +0 -5
  154. data/spec/smoke/media_api_spec.rb +0 -5
  155. data/spec/smoke/messages_api_spec.rb +0 -5
  156. data/spec/smoke/mfa_api_spec.rb +0 -5
  157. data/spec/smoke/phone_number_lookup_api_spec.rb +0 -5
  158. data/spec/smoke/recordings_api_spec.rb +0 -5
  159. data/spec/smoke/statistics_api_spec.rb +0 -5
  160. data/spec/smoke/transcriptions_api_spec.rb +0 -5
  161. data/spec/spec_helper.rb +11 -4
  162. data/spec/unit/api/calls_api_spec.rb +98 -128
  163. data/spec/unit/api/conferences_api_spec.rb +63 -126
  164. data/spec/unit/api/media_api_spec.rb +17 -32
  165. data/spec/unit/api/messages_api_spec.rb +46 -136
  166. data/spec/unit/api/mfa_api_spec.rb +8 -24
  167. data/spec/unit/api/phone_number_lookup_api_spec.rb +23 -37
  168. data/spec/unit/api/recordings_api_spec.rb +83 -110
  169. data/spec/unit/api/statistics_api_spec.rb +7 -15
  170. data/spec/unit/api/transcriptions_api_spec.rb +18 -37
  171. data/spec/unit/client/api_client_spec.rb +4 -4
  172. metadata +62 -44
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
  Contact: letstalk@bandwidth.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 7.0.0
9
+ Generator version: 7.7.0
10
10
 
11
11
  =end
12
12
 
@@ -183,7 +183,7 @@ module Bandwidth
183
183
  else # model
184
184
  # models (e.g. Pet) or oneOf
185
185
  klass = Bandwidth.const_get(type)
186
- klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
186
+ klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
187
187
  end
188
188
  end
189
189
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
  Contact: letstalk@bandwidth.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 7.0.0
9
+ Generator version: 7.7.0
10
10
 
11
11
  =end
12
12
 
@@ -288,7 +288,7 @@ module Bandwidth
288
288
  else # model
289
289
  # models (e.g. Pet) or oneOf
290
290
  klass = Bandwidth.const_get(type)
291
- klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
291
+ klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
292
292
  end
293
293
  end
294
294
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
  Contact: letstalk@bandwidth.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 7.0.0
9
+ Generator version: 7.7.0
10
10
 
11
11
  =end
12
12
 
@@ -160,7 +160,7 @@ module Bandwidth
160
160
  else # model
161
161
  # models (e.g. Pet) or oneOf
162
162
  klass = Bandwidth.const_get(type)
163
- klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
163
+ klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
164
164
  end
165
165
  end
166
166
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
  Contact: letstalk@bandwidth.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 7.0.0
9
+ Generator version: 7.7.0
10
10
 
11
11
  =end
12
12
 
@@ -178,7 +178,7 @@ module Bandwidth
178
178
  else # model
179
179
  # models (e.g. Pet) or oneOf
180
180
  klass = Bandwidth.const_get(type)
181
- klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
181
+ klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
182
182
  end
183
183
  end
184
184
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
  Contact: letstalk@bandwidth.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 7.0.0
9
+ Generator version: 7.7.0
10
10
 
11
11
  =end
12
12
 
@@ -160,7 +160,7 @@ module Bandwidth
160
160
  else # model
161
161
  # models (e.g. Pet) or oneOf
162
162
  klass = Bandwidth.const_get(type)
163
- klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
163
+ klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
164
164
  end
165
165
  end
166
166
 
@@ -6,10 +6,10 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
  Contact: letstalk@bandwidth.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 7.0.0
9
+ Generator version: 7.7.0
10
10
 
11
11
  =end
12
12
 
13
13
  module Bandwidth
14
- VERSION = '12.1.0'
14
+ VERSION = '13.0.0'
15
15
  end
data/lib/bandwidth-sdk.rb CHANGED
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
  Contact: letstalk@bandwidth.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 7.0.0
9
+ Generator version: 7.7.0
10
10
 
11
11
  =end
12
12
 
@@ -26,8 +26,10 @@ require 'bandwidth-sdk/models/call_recording_metadata'
26
26
  require 'bandwidth-sdk/models/call_state'
27
27
  require 'bandwidth-sdk/models/call_state_enum'
28
28
  require 'bandwidth-sdk/models/call_transcription'
29
+ require 'bandwidth-sdk/models/call_transcription_detected_language_enum'
29
30
  require 'bandwidth-sdk/models/call_transcription_metadata'
30
31
  require 'bandwidth-sdk/models/call_transcription_response'
32
+ require 'bandwidth-sdk/models/call_transcription_track_enum'
31
33
  require 'bandwidth-sdk/models/callback_method_enum'
32
34
  require 'bandwidth-sdk/models/code_request'
33
35
  require 'bandwidth-sdk/models/conference'
data/openapitools.json CHANGED
@@ -2,6 +2,6 @@
2
2
  "$schema": "./node_modules/@openapitools/openapi-generator-cli/config.schema.json",
3
3
  "spaces": 2,
4
4
  "generator-cli": {
5
- "version": "7.0.0"
5
+ "version": "7.7.0"
6
6
  }
7
7
  }
data/spec/call_utils.rb CHANGED
@@ -1,4 +1,4 @@
1
- # Helper functions for voice calls
1
+ # Helper functions for voice calls
2
2
  # These are reused in multiple tests
3
3
 
4
4
  def setup_manteca(type)
@@ -16,7 +16,6 @@ describe 'CallsApi Integration Tests' do
16
16
  let(:callback_timeout) { 15.0 }
17
17
 
18
18
  before(:all) do
19
- WebMock.allow_net_connect!
20
19
  Bandwidth.configure do |config|
21
20
  config.username = BW_USERNAME
22
21
  config.password = BW_PASSWORD
@@ -27,10 +26,6 @@ describe 'CallsApi Integration Tests' do
27
26
  $call_info_id = ''
28
27
  end
29
28
 
30
- after(:all) do
31
- WebMock.disable_net_connect!
32
- end
33
-
34
29
  # Create Call
35
30
  describe 'create_call' do
36
31
  it 'creates a call with amd' do
@@ -116,7 +111,7 @@ describe 'CallsApi Integration Tests' do
116
111
 
117
112
  # Update Call
118
113
  describe 'update_call' do
119
- it 'creates and updates a call' do
114
+ it 'creates and updates a call' do
120
115
  update_call_body = Bandwidth::UpdateCall.new(
121
116
  state: Bandwidth::CallStateEnum::ACTIVE,
122
117
  redirect_url: MANTECA_BASE_URL + '/bxml/pause'
@@ -3,7 +3,6 @@ require_relative '../call_utils'
3
3
  # Integration Tests for Bandwidth::ConferencesApi
4
4
  describe 'ConferencesApi Integration Tests' do
5
5
  before(:all) do
6
- WebMock.allow_net_connect!
7
6
  Bandwidth.configure do |config|
8
7
  config.username = BW_USERNAME
9
8
  config.password = BW_PASSWORD
@@ -18,10 +17,6 @@ describe 'ConferencesApi Integration Tests' do
18
17
  $conference_id = ''
19
18
  $recording_id = ''
20
19
  end
21
-
22
- after(:all) do
23
- WebMock.disable_net_connect!
24
- end
25
20
 
26
21
  # Get Conferences
27
22
  describe 'list_conferences' do
@@ -6,7 +6,6 @@ describe 'MediaApi Integration Tests' do
6
6
  let(:media_file_md5) { Digest::MD5.hexdigest(media_file_data) }
7
7
 
8
8
  before(:all) do
9
- WebMock.allow_net_connect!
10
9
  Bandwidth.configure do |config|
11
10
  config.username = BW_USERNAME
12
11
  config.password = BW_PASSWORD
@@ -19,10 +18,6 @@ describe 'MediaApi Integration Tests' do
19
18
  @media_file_name = 'ruby_media_file' + SecureRandom.uuid
20
19
  end
21
20
 
22
- after(:all) do
23
- WebMock.disable_net_connect!
24
- end
25
-
26
21
  # Upload Media
27
22
  describe 'upload_media' do
28
23
  it 'uploads binary media' do
@@ -10,7 +10,6 @@ describe 'MessagesApi Integration Tests' do
10
10
  let(:list_message_direction) { Bandwidth::ListMessageDirectionEnum::OUTBOUND }
11
11
 
12
12
  before(:all) do
13
- WebMock.allow_net_connect!
14
13
  Bandwidth.configure do |config|
15
14
  config.username = BW_USERNAME
16
15
  config.password = BW_PASSWORD
@@ -21,10 +20,6 @@ describe 'MessagesApi Integration Tests' do
21
20
  @expiration_time = (Time.now + 60).round.to_datetime.rfc3339
22
21
  end
23
22
 
24
- after(:all) do
25
- WebMock.disable_net_connect!
26
- end
27
-
28
23
  # Create Message
29
24
  describe 'create_message' do
30
25
  it 'creates an mms message' do
@@ -5,7 +5,6 @@ describe 'MFAApi Integration Tests' do
5
5
  let(:digits) { 6 }
6
6
 
7
7
  before(:all) do
8
- WebMock.allow_net_connect!
9
8
  Bandwidth.configure do |config|
10
9
  config.username = BW_USERNAME
11
10
  config.password = BW_PASSWORD
@@ -13,10 +12,6 @@ describe 'MFAApi Integration Tests' do
13
12
  @mfa_api_instance = Bandwidth::MFAApi.new
14
13
  end
15
14
 
16
- after(:all) do
17
- WebMock.disable_net_connect!
18
- end
19
-
20
15
  # Messaging Authentication Code
21
16
  describe 'generate_messaging_code' do
22
17
  it 'generates messaging mfa code' do
@@ -1,7 +1,6 @@
1
1
  # Integration Tests for Bandwidth::PhoneNumberLookupApi
2
2
  describe 'PhoneNumberLookupApi Integration Tests' do
3
3
  before(:all) do
4
- WebMock.allow_net_connect!
5
4
  Bandwidth.configure do |config|
6
5
  config.username = BW_USERNAME
7
6
  config.password = BW_PASSWORD
@@ -12,10 +11,6 @@ describe 'PhoneNumberLookupApi Integration Tests' do
12
11
  $lookup_request_id = ''
13
12
  end
14
13
 
15
- after(:all) do
16
- WebMock.disable_net_connect!
17
- end
18
-
19
14
  # Create Lookup
20
15
  describe 'create_lookup' do
21
16
  it 'creates a tn lookup request' do
@@ -3,7 +3,6 @@ require_relative '../call_utils'
3
3
  # Integration Tests for Bandwidth::RecordingsApi
4
4
  describe 'RecordingsApi Integration Tests' do
5
5
  before(:all) do
6
- WebMock.allow_net_connect!
7
6
  Bandwidth.configure do |config|
8
7
  config.username = BW_USERNAME
9
8
  config.password = BW_PASSWORD
@@ -17,10 +16,6 @@ describe 'RecordingsApi Integration Tests' do
17
16
  $manteca_call_id = create_manteca_call($manteca_test_id, '/bxml/startLongRecording', @calls_api_instance)
18
17
  $recording_id = ''
19
18
  end
20
-
21
- after(:all) do
22
- WebMock.disable_net_connect!
23
- end
24
19
 
25
20
  # Update Recording
26
21
  describe 'update_call_recording_state' do
@@ -1,7 +1,6 @@
1
1
  # Integration Tests for Bandwidth::StatisticsApi
2
2
  describe 'StatisticsApi Integration Tests' do
3
3
  before(:all) do
4
- WebMock.allow_net_connect!
5
4
  Bandwidth.configure do |config|
6
5
  config.username = BW_USERNAME
7
6
  config.password = BW_PASSWORD
@@ -9,10 +8,6 @@ describe 'StatisticsApi Integration Tests' do
9
8
  @statistics_api_instance = Bandwidth::StatisticsApi.new
10
9
  end
11
10
 
12
- after(:all) do
13
- WebMock.disable_net_connect!
14
- end
15
-
16
11
  # Get Account Statistics
17
12
  describe 'get_statistics' do
18
13
  it 'gets account statistics' do
@@ -3,7 +3,6 @@ require_relative '../call_utils'
3
3
  # Integration Tests for Bandwidth::TranscriptionsApi
4
4
  describe 'TranscriptionsApi Integration Tests' do
5
5
  before(:all) do
6
- WebMock.allow_net_connect!
7
6
  Bandwidth.configure do |config|
8
7
  config.username = BW_USERNAME
9
8
  config.password = BW_PASSWORD
@@ -17,10 +16,6 @@ describe 'TranscriptionsApi Integration Tests' do
17
16
  $transcription_id = ''
18
17
  end
19
18
 
20
- after(:all) do
21
- WebMock.disable_net_connect!
22
- end
23
-
24
19
  # Create Call Transcription
25
20
  describe 'create_call_transcription' do
26
21
  it 'creates a call transcription' do
data/spec/spec_helper.rb CHANGED
@@ -9,7 +9,7 @@ SimpleCov.start do
9
9
  else
10
10
  !(['/models/call_state_enum.rb',
11
11
  '/models/call_state.rb',
12
- '/models/deferred_result.rb',
12
+ '/models/deferred_result.rb',
13
13
  '/models/message.rb',
14
14
  '/models/verify_code_request.rb'
15
15
  ].any? { |name| source_file.filename.include?(name) })
@@ -27,9 +27,6 @@ require 'bandwidth-sdk'
27
27
  # load call utils every time. This prevents an error from occuring when running only unit tests
28
28
  require_relative './call_utils'
29
29
 
30
- # use webmock to stub HTTP requests
31
- require 'webmock/rspec'
32
-
33
30
  # The following was generated by the `rspec --init` command. Conventionally, all
34
31
  # specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
35
32
  # The generated `.rspec` file contains `--require spec_helper` which will cause
@@ -91,6 +88,16 @@ RSpec.configure do |config|
91
88
  calls_api = Bandwidth::CallsApi.new
92
89
  cleanup_calls($active_calls, calls_api)
93
90
  }
91
+
92
+ RSpec::Matchers.define(:be_one_of) do |expected|
93
+ match do |actual|
94
+ expected.include?(actual)
95
+ end
96
+
97
+ failure_message do |actual|
98
+ "expected one of #{expected}, got #{actual}"
99
+ end
100
+ end
94
101
 
95
102
  # rspec-expectations config goes here. You can use an alternate
96
103
  # assertion/expectation library such as wrong or the stdlib/minitest