Sha256: 6c2d4f74d1cf6e5d5e148a94624d1afb2220a2880e91caee207d0dd8dafc21cd
Contents?: true
Size: 1.48 KB
Versions: 5
Compression:
Stored size: 1.48 KB
Contents
=begin #API V1 #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) OpenAPI spec version: v1 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 2.3.0-SNAPSHOT =end require 'spec_helper' require 'json' # Unit tests for FormAPI::PDFApi # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen) # Please update as you see appropriate describe 'PDFApi' do before do # run before each test @instance = FormAPI::PDFApi.new end after do # run after each test end describe 'test an instance of PDFApi' do it 'should create an instance of PDFApi' do expect(@instance).to be_instance_of(FormAPI::PDFApi) end end # unit tests for generate_pdf # Generates a new PDF # # @param template_id # @param [Hash] opts the optional parameters # @option opts [Data] :data # @return [InlineResponse201] describe 'generate_pdf 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 get_submission # Check the status of a PDF request # # @param submission_id # @param [Hash] opts the optional parameters # @return [InlineResponse201Submission] describe 'get_submission 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
5 entries across 5 versions & 1 rubygems