In list_resource_groups.rb, deserialize method is being called on @rmc which is not initialized earlier and hence, throws the following error when list_group_resources method is called
NoMethodError: undefined method 'deserialize' for nil:NilClass while running with mock.
In list_resource_groups.rb, deserialize method is being called on
@rmcwhich is not initialized earlier and hence, throws the following error whenlist_group_resourcesmethod is calledNoMethodError: undefined method 'deserialize' for nil:NilClasswhile running with mock.