Sha256: cf6a3d119ed6f935a4d5b6a22f75b93c747b88e0cc1f2bc5d2ee3bac8dd5d10f

Contents?: true

Size: 872 Bytes

Versions: 1

Compression:

Stored size: 872 Bytes

Contents

=begin
#LaunchDarkly REST API

#Build custom integrations with the LaunchDarkly REST API

OpenAPI spec version: 2.0.3
Contact: support@launchdarkly.com
Generated by: https://github.com/swagger-api/swagger-codegen.git
Swagger Codegen version: 2.3.1

=end

require 'spec_helper'
require 'json'
require 'date'

# Unit tests for LaunchDarklyApi::CustomRoleKeyOrId
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
# Please update as you see appropriate
describe 'CustomRoleKeyOrId' do
  before do
    # run before each test
    @instance = LaunchDarklyApi::CustomRoleKeyOrId.new
  end

  after do
    # run after each test
  end

  describe 'test an instance of CustomRoleKeyOrId' do
    it 'should create an instance of CustomRoleKeyOrId' do
      expect(@instance).to be_instance_of(LaunchDarklyApi::CustomRoleKeyOrId)
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
launchdarkly_api-2.0.3 spec/models/custom_role_key_or_id_spec.rb