Sha256: 13868fd2dcadadf5f1cd4c4d5d1e6bd422121f925d4759fbcff1a990c170e0d7
Contents?: true
Size: 751 Bytes
Versions: 15
Compression:
Stored size: 751 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 "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
15 entries across 15 versions & 1 rubygems