Sha256: b2379f33f2840749aea1f3411878db9e517b42c641449dde5751f4e7bfbc124f
Contents?: true
Size: 910 Bytes
Versions: 3
Compression:
Stored size: 910 Bytes
Contents
require 'spec_helper' require 'json' # Unit tests for Phrase::FormatsApi # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe 'FormatsApi' do before do # run before each test @api_instance = Phrase::FormatsApi.new end after do # run after each test end describe 'test an instance of FormatsApi' do it 'should create an instance of FormatsApi' do expect(@api_instance).to be_instance_of(Phrase::FormatsApi) end end # unit tests for formats_list # List formats # Get a handy list of all localization file formats supported in Phrase. # @param [Hash] opts the optional parameters # @return [Array<Format>] describe 'formats_list 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
phrase-3.7.1 | spec/api/formats_api_spec.rb |
phrase-3.7.0 | spec/api/formats_api_spec.rb |
phrase-3.6.0 | spec/api/formats_api_spec.rb |