Sha256: 612f2204629952a8486c9596889670eaa46fae2f860ba74b4d2da2ad58566412
Contents?: true
Size: 1.62 KB
Versions: 31
Compression:
Stored size: 1.62 KB
Contents
=begin # Mux Ruby - Copyright 2019 Mux Inc. # NOTE: This file is auto generated. Do not edit this file manually. =end require 'spec_helper' require 'json' require 'date' # Unit tests for MuxRuby::IncidentNotificationRule # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe 'IncidentNotificationRule' do before do # run before each test @instance = MuxRuby::IncidentNotificationRule.new end after do # run after each test end describe 'test an instance of IncidentNotificationRule' do it 'should create an instance of IncidentNotificationRule' do expect(@instance).to be_instance_of(MuxRuby::IncidentNotificationRule) end end describe 'test attribute "status"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "rules"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "property_id"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "id"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "action"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end end
Version data entries
31 entries across 31 versions & 1 rubygems