Sha256: 5d9a0833b5ca017d8720068066cd902ebd1406e8e67c7753359adb3cc1e99a37

Contents?: true

Size: 387 Bytes

Versions: 17

Compression:

Stored size: 387 Bytes

Contents

# Unit tests for Bandwidth::Bxml::NestableVerb
describe 'Bandwidth::Bxml::NestableVerb' do
  let(:instance) { Bandwidth::Bxml::NestableVerb.new('Test') }
  
  describe 'test an instance of NestableVerb' do
    it 'validates instance of NestableVerb' do
      expect(instance).to be_a(Bandwidth::Bxml::NestableVerb)
      expect(instance).to be_a(Bandwidth::Bxml::Verb)
    end
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
bandwidth-sdk-14.0.0 spec/unit/models/bxml/nestable_verb_spec.rb
bandwidth-sdk-13.1.4 spec/unit/models/bxml/nestable_verb_spec.rb
bandwidth-sdk-13.1.3 spec/unit/models/bxml/nestable_verb_spec.rb
bandwidth-sdk-13.1.2 spec/unit/models/bxml/nestable_verb_spec.rb
bandwidth-sdk-13.1.1 spec/unit/models/bxml/nestable_verb_spec.rb
bandwidth-sdk-13.1.0 spec/unit/models/bxml/nestable_verb_spec.rb
bandwidth-sdk-13.0.0 spec/unit/models/bxml/nestable_verb_spec.rb
bandwidth-sdk-12.1.0 spec/unit/models/bxml/nestable_verb_spec.rb
bandwidth-sdk-11.3.0 spec/models/bxml/nestable_verb_spec.rb
bandwidth-sdk-11.2.0 spec/models/bxml/nestable_verb_spec.rb
bandwidth-sdk-11.1.1 spec/models/bxml/nestable_verb_spec.rb
bandwidth-sdk-11.1.0 spec/models/bxml/nestable_verb_spec.rb
bandwidth-sdk-11.0.0 spec/models/bxml/nestable_verb_spec.rb
bandwidth-sdk-11.0.0.pre.beta.4.0 spec/models/bxml/nestable_verb_spec.rb
bandwidth-sdk-11.0.0.pre.beta.3.1 spec/models/bxml/nestable_verb_spec.rb
bandwidth-sdk-11.0.0.pre.beta.3.0 spec/models/bxml/nestable_verb_spec.rb
bandwidth-sdk-11.0.0.pre.beta.2.0 spec/models/bxml/nestable_verb_spec.rb