Sha256: a26344d23ee2cd7926a7c8f4e053da72528ea6432efb2c87912b6460f0e46cb0

Contents?: true

Size: 1.85 KB

Versions: 23

Compression:

Stored size: 1.85 KB

Contents

require 'spec_helper'
require 'json'

# Unit tests for Phrase::KeysFigmaAttachmentsApi
# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
describe 'KeysFigmaAttachmentsApi' do
  before do
    # run before each test
    @api_instance = Phrase::KeysFigmaAttachmentsApi.new
  end

  after do
    # run after each test
  end

  describe 'test an instance of KeysFigmaAttachmentsApi' do
    it 'should create an instance of KeysFigmaAttachmentsApi' do
      expect(@api_instance).to be_instance_of(Phrase::KeysFigmaAttachmentsApi)
    end
  end

  # unit tests for figma_attachment_attach_to_key
  # Attach the Figma attachment to a key
  # Attach the Figma attachment to a key
  # @param project_id Project ID
  # @param figma_attachment_id Figma attachment ID
  # @param id ID
  # @param [Hash] opts the optional parameters
  # @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
  # @option opts [String] :branch specify the branch to use
  # @return [nil]
  describe 'figma_attachment_attach_to_key test' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  # unit tests for figma_attachment_detach_from_key
  # Detach the Figma attachment from a key
  # Detach the Figma attachment from a key
  # @param project_id Project ID
  # @param figma_attachment_id Figma attachment ID
  # @param id ID
  # @param [Hash] opts the optional parameters
  # @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
  # @option opts [String] :branch specify the branch to use
  # @return [nil]
  describe 'figma_attachment_detach_from_key test' 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

Version Path
phrase-3.7.1 spec/api/keys_figma_attachments_api_spec.rb
phrase-3.7.0 spec/api/keys_figma_attachments_api_spec.rb
phrase-3.6.0 spec/api/keys_figma_attachments_api_spec.rb
phrase-3.5.0 spec/api/keys_figma_attachments_api_spec.rb
phrase-3.4.0 spec/api/keys_figma_attachments_api_spec.rb
phrase-3.3.0 spec/api/keys_figma_attachments_api_spec.rb
phrase-3.2.1 spec/api/keys_figma_attachments_api_spec.rb
phrase-3.2.0 spec/api/keys_figma_attachments_api_spec.rb
phrase-3.1.1 spec/api/keys_figma_attachments_api_spec.rb
phrase-3.1.0 spec/api/keys_figma_attachments_api_spec.rb
phrase-3.0.0 spec/api/keys_figma_attachments_api_spec.rb
phrase-2.26.0 spec/api/keys_figma_attachments_api_spec.rb
phrase-2.25.0 spec/api/keys_figma_attachments_api_spec.rb
phrase-2.24.0 spec/api/keys_figma_attachments_api_spec.rb
phrase-2.23.0 spec/api/keys_figma_attachments_api_spec.rb
phrase-2.22.2 spec/api/keys_figma_attachments_api_spec.rb
phrase-2.22.1 spec/api/keys_figma_attachments_api_spec.rb
phrase-2.22.0 spec/api/keys_figma_attachments_api_spec.rb
phrase-2.21.0 spec/api/keys_figma_attachments_api_spec.rb
phrase-2.20.0 spec/api/keys_figma_attachments_api_spec.rb