Sha256: 802a5af631d1ab166e13a3961f381f8037c5c31a8b13821a5fdf7e07f7a4ffea
Contents?: true
Size: 1.7 KB
Versions: 47
Compression:
Stored size: 1.7 KB
Contents
require 'spec_helper' require 'json' require 'date' # Unit tests for Phrase::NotificationGroupDetail # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe 'NotificationGroupDetail' do before do # run before each test @instance = Phrase::NotificationGroupDetail.new end after do # run after each test end describe 'test an instance of NotificationGroupDetail' do it 'should create an instance of NotificationGroupDetail' do expect(@instance).to be_instance_of(Phrase::NotificationGroupDetail) 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 "event_name"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "created_at"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "updated_at"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "notifications_count"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "latest_notification"' 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
47 entries across 47 versions & 1 rubygems