Sha256: fdb8806fa281740763bd9b6d11839292042ab425325c954484a48b6ed457d1fb

Contents?: true

Size: 795 Bytes

Versions: 64

Compression:

Stored size: 795 Bytes

Contents

require 'spec_helper'
require 'json'
require 'date'

# Unit tests for Phrase::OrderConfirmParameters
# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
describe 'OrderConfirmParameters' do
  before do
    # run before each test
    @instance = Phrase::OrderConfirmParameters.new
  end

  after do
    # run after each test
  end

  describe 'test an instance of OrderConfirmParameters' do
    it 'should create an instance of OrderConfirmParameters' do
      expect(@instance).to be_instance_of(Phrase::OrderConfirmParameters)
    end
  end
  describe 'test attribute "branch"' 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

64 entries across 64 versions & 1 rubygems

Version Path
phrase-1.0.4 spec/models/order_confirm_parameters_spec.rb
phrase-1.0.3 spec/models/order_confirm_parameters_spec.rb
phrase-1.0.2 spec/models/order_confirm_parameters_spec.rb
phrase-1.0.1 spec/models/order_confirm_parameters_spec.rb