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