spec/api/badges_api_spec.rb in cloudsmith-api-1.30.0 vs spec/api/badges_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'
@@ -51,12 +51,12 @@
# @option opts [String] :logo_width Override the shields.io badge logoWidth value.
# @option opts [BOOLEAN] :render If true, badge will be rendered
# @option opts [BOOLEAN] :shields If true, a shields response will be generated
# @option opts [BOOLEAN] :show_latest If true, for latest version badges a '(latest)' suffix is added
# @option opts [String] :style Override the shields.io badge style value.
- # @return [nil]
+ # @return [Object]
describe 'badges_version_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
end