spec/api/files_api_spec.rb in cloudsmith-api-1.30.0 vs spec/api/files_api_spec.rb in cloudsmith-api-1.33.7

- old
+ new

@@ -4,11 +4,11 @@ #The API to the Cloudsmith Service OpenAPI spec version: v1 Contact: support@cloudsmith.io Generated by: https://github.com/swagger-api/swagger-codegen.git -Swagger Codegen version: 2.2.3 +Swagger Codegen version: 2.4.26 =end require 'spec_helper' require 'json' @@ -40,11 +40,11 @@ # @param identifier # @param [Hash] opts the optional parameters # @option opts [FilesAbort] :data # @return [nil] describe 'files_abort test' do - it "should work" do + it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for files_complete @@ -55,11 +55,11 @@ # @param identifier # @param [Hash] opts the optional parameters # @option opts [FilesComplete] :data # @return [PackageFileUpload] describe 'files_complete test' do - it "should work" do + it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for files_create @@ -69,11 +69,11 @@ # @param repo # @param [Hash] opts the optional parameters # @option opts [FilesCreate] :data # @return [PackageFileUpload] describe 'files_create test' do - it "should work" do + it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for files_info @@ -83,11 +83,11 @@ # @param repo # @param identifier # @param [Hash] opts the optional parameters # @return [PackageFilePartsUpload] describe 'files_info test' do - it "should work" do + it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for files_validate @@ -97,10 +97,10 @@ # @param repo # @param [Hash] opts the optional parameters # @option opts [FilesValidate] :data # @return [nil] describe 'files_validate test' do - it "should work" do + it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end end