spec/api/user_api_spec.rb in cloudsmith-api-1.30.0 vs spec/api/user_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' @@ -36,11 +36,11 @@ # Provide a brief for the current user (if any). # Provide a brief for the current user (if any). # @param [Hash] opts the optional parameters # @return [UserBrief] describe 'user_self 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 user_token_create @@ -48,10 +48,10 @@ # Retrieve the API key/token for the authenticated user. # @param [Hash] opts the optional parameters # @option opts [UserTokenCreate] :data # @return [UserAuthToken] describe 'user_token_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 end