-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API1600 Support for Volume Attachment #420
Conversation
include_context 'shared context' | ||
|
||
it 'inherits from OneviewSDK::API1200::C7000::VolumeAttachment' do | ||
expect(described_class).to be < OneviewSDK::API1200::C7000::VolumeAttachment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When I see lib, it seems like this class should inherit from API1600::C7000. If so, please update comment accordingly.
@@ -0,0 +1,9 @@ | |||
require 'spec_helper' | |||
|
|||
RSpec.describe OneviewSDK::API1200::Synergy::VolumeAttachment do |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please correct this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please check the inherit class in lib file and spec file.
Description
[API1600 Support for Volume Attachment]
Issues Resolved
[]
Check List
$ rake test
).