spec/api/vulnerabilities_api_spec.rb in cloudsmith-api-1.30.0 vs spec/api/vulnerabilities_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'
@@ -39,11 +39,11 @@
# @param [Hash] opts the optional parameters
# @option opts [Integer] :page A page number within the paginated result set.
# @option opts [Integer] :page_size Number of results to return per page.
# @return [Array<VulnerabilityScanResultsList>]
describe 'vulnerabilities_list 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 vulnerabilities_list0
@@ -54,11 +54,11 @@
# @param [Hash] opts the optional parameters
# @option opts [Integer] :page A page number within the paginated result set.
# @option opts [Integer] :page_size Number of results to return per page.
# @return [Array<VulnerabilityScanResultsList>]
describe 'vulnerabilities_list0 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 vulnerabilities_list1
@@ -70,11 +70,11 @@
# @param [Hash] opts the optional parameters
# @option opts [Integer] :page A page number within the paginated result set.
# @option opts [Integer] :page_size Number of results to return per page.
# @return [Array<VulnerabilityScanResultsList>]
describe 'vulnerabilities_list1 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 vulnerabilities_read
@@ -85,10 +85,10 @@
# @param package
# @param scan_id
# @param [Hash] opts the optional parameters
# @return [VulnerabilityScanResults]
describe 'vulnerabilities_read 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