spec/api/badges_api_spec.rb in cloudsmith-api-1.142.3 vs spec/api/badges_api_spec.rb in cloudsmith-api-2.0.0
- old
+ new
@@ -1,7 +1,7 @@
=begin
-#Cloudsmith API
+#Cloudsmith API (v1)
#The API to the Cloudsmith Service
OpenAPI spec version: v1
Contact: support@cloudsmith.io
@@ -51,10 +51,10 @@
# @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 [Object]
+ # @return [PackageVersionBadge]
describe 'badges_version_list test' do
it 'should work' do
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
end
end