Sha256: daf14604d2421cabfef5919854aaa05f56933cc5323b9d3aec960b29157149bd

Contents?: true

Size: 1.98 KB

Versions: 14

Compression:

Stored size: 1.98 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::ModelBreak
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
# Please update as you see appropriate
describe 'ModelBreak' do
  before do
    # run before each test
    @instance = SquareConnect::ModelBreak.new
  end

  after do
    # run after each test
  end

  describe 'test an instance of ModelBreak' do
    it 'should create an instact of ModelBreak' do
      expect(@instance).to be_instance_of(SquareConnect::ModelBreak)
    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 "start_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 "end_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 "break_type_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 "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 "expected_duration"' do
    it 'should work' do
       # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

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

14 entries across 14 versions & 1 rubygems

Version Path
square_connect-2.20190724.1.334 spec/models/model_break_spec.rb
square_connect-2.20190724.0.331 spec/models/model_break_spec.rb
square_connect-2.20190724.0.330 spec/models/model_break_spec.rb
square_connect-2.20190724.0.325 spec/models/model_break_spec.rb
square_connect-2.20190710.0.321 spec/models/model_break_spec.rb
square_connect-2.20190612.1.314 spec/models/model_break_spec.rb
square_connect-2.20190612.0.311 spec/models/model_break_spec.rb
square_connect-2.20190612.0.309 spec/models/model_break_spec.rb
square_connect-2.20190508.0.304 spec/models/model_break_spec.rb
square_connect-2.20190410.1.300 spec/models/model_break_spec.rb
square_connect-2.20190410.0.296 spec/models/model_break_spec.rb
square_connect-2.20190327.1.292 spec/models/model_break_spec.rb
square_connect-2.20190313.1.282 spec/models/model_break_spec.rb
square_connect-2.20190313.0.278 spec/models/model_break_spec.rb