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