Sha256: bb41aa478c8e090b04f3efd0036e71f8135f9a0e600baced5892506c796f81e9
Contents?: true
Size: 1001 Bytes
Versions: 1
Compression:
Stored size: 1001 Bytes
Contents
=begin #ARTIK Cloud API #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) OpenAPI spec version: 2.0.0 Generated by: https://github.com/swagger-api/swagger-codegen.git =end require 'spec_helper' require 'json' require 'date' # Unit tests for ArtikCloud::DeviceShareInfo # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen) # Please update as you see appropriate describe 'DeviceShareInfo' do before do # run before each test @instance = ArtikCloud::DeviceShareInfo.new end after do # run after each test end describe 'test an instance of DeviceShareInfo' do it 'should create an instact of DeviceShareInfo' do expect(@instance).to be_instance_of(ArtikCloud::DeviceShareInfo) end end describe 'test attribute "email"' 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
artikcloud-2.1.1 | spec/models/device_share_info_spec.rb |