Sha256: e071dfe02ae17025ceeea1b07d7fb582e39d034dd125914ffb6c000eb1f265d5

Contents?: true

Size: 1.68 KB

Versions: 9

Compression:

Stored size: 1.68 KB

Contents

=begin
#Square Connect API

OpenAPI spec version: 2.0
Contact: developers@squareup.com
Generated by: https://github.com/swagger-api/swagger-codegen.git

=end

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

# Unit tests for SquareConnect::OrderMoneyAmounts
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
# Please update as you see appropriate
describe 'OrderMoneyAmounts' do
  before do
    # run before each test
    @instance = SquareConnect::OrderMoneyAmounts.new
  end

  after do
    # run after each test
  end

  describe 'test an instance of OrderMoneyAmounts' do
    it 'should create an instact of OrderMoneyAmounts' do
      expect(@instance).to be_instance_of(SquareConnect::OrderMoneyAmounts)
    end
  end
  describe 'test attribute "total_money"' do
    it 'should work' do
       # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "tax_money"' do
    it 'should work' do
       # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "discount_money"' do
    it 'should work' do
       # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "tip_money"' do
    it 'should work' do
       # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "service_charge_money"' 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

9 entries across 9 versions & 1 rubygems

Version Path
square_connect-2.20190724.1.334 spec/models/order_money_amounts_spec.rb
square_connect-2.20190724.0.331 spec/models/order_money_amounts_spec.rb
square_connect-2.20190724.0.330 spec/models/order_money_amounts_spec.rb
square_connect-2.20190724.0.325 spec/models/order_money_amounts_spec.rb
square_connect-2.20190710.0.321 spec/models/order_money_amounts_spec.rb
square_connect-2.20190612.1.314 spec/models/order_money_amounts_spec.rb
square_connect-2.20190612.0.311 spec/models/order_money_amounts_spec.rb
square_connect-2.20190612.0.309 spec/models/order_money_amounts_spec.rb
square_connect-2.20190508.0.304 spec/models/order_money_amounts_spec.rb