Sha256: d366e7213e2d8a4528a8ad97d9b7d9397ece983d714ea890e6e2bccae3b1aa70
Contents?: true
Size: 1 KB
Versions: 23
Compression:
Stored size: 1 KB
Contents
require 'spec_helper' require 'json' require 'date' # Unit tests for Phrase::FigmaAttachmentCreateParameters # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe 'FigmaAttachmentCreateParameters' do before do # run before each test @instance = Phrase::FigmaAttachmentCreateParameters.new end after do # run after each test end describe 'test an instance of FigmaAttachmentCreateParameters' do it 'should create an instance of FigmaAttachmentCreateParameters' do expect(@instance).to be_instance_of(Phrase::FigmaAttachmentCreateParameters) 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 describe 'test attribute "url"' 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
23 entries across 23 versions & 1 rubygems