Sha256: 7a3672bd936713768eafc46b65684f055877bc5cd52376e3e9a8bf81c72fc17b
Contents?: true
Size: 961 Bytes
Versions: 14
Compression:
Stored size: 961 Bytes
Contents
# frozen_string_literal: true require 'spec_helper' require 'json' require 'date' # Unit tests for BudgeaClient::FieldValue # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen) # Please update as you see appropriate describe 'FieldValue' do before do # run before each test @instance = BudgeaClient::FieldValue.new end after do # run after each test end describe 'test an instance of FieldValue' do it 'should create an instance of FieldValue' do expect(@instance).to be_instance_of(BudgeaClient::FieldValue) end end describe 'test attribute "value"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "label"' 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