Sha256: de0093c9e097063e888fced478f4caeb8d6feefb2365d047cb80e6d34f0abe2b

Contents?: true

Size: 771 Bytes

Versions: 1

Compression:

Stored size: 771 Bytes

Contents

=begin
#Hydrogen Nucleus API

#The Hydrogen Nucleus API

OpenAPI spec version: 1.9.4
Contact: info@hydrogenplatform.com
Generated by: https://github.com/swagger-api/swagger-codegen.git
Swagger Codegen version: 2.4.19

=end

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

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

  after do
    # run after each test
  end

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hydrogen-nucleus-api-1.9.4 spec/models/json_node_spec.rb