Skip to content

Commit

Permalink
Incorporated review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
AnushaY1916 committed Mar 26, 2018
1 parent 4cf3d27 commit 6de3690
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions spec/unit/resource/api600/c7000/connection_template_spec.rb
Expand Up @@ -6,12 +6,4 @@
it 'inherits from OneviewSDK::API500::C7000::ConnectionTemplate' do
expect(described_class).to be < OneviewSDK::API500::C7000::ConnectionTemplate
end

describe '#get_default' do
it 'verify endpoint' do
expect(@client_600).to receive(:rest_get).with('/rest/connection-templates/defaultConnectionTemplate').and_return(FakeResponse.new({}))
connection = described_class.get_default(@client_600)
expect(connection).to be_an_instance_of OneviewSDK::API600::C7000::ConnectionTemplate
end
end
end
8 changes: 0 additions & 8 deletions spec/unit/resource/api600/synergy/connection_template_spec.rb
Expand Up @@ -6,12 +6,4 @@
it 'inherits from OneviewSDK::API500::Synergy::ConnectionTemplate' do
expect(described_class).to be < OneviewSDK::API500::Synergy::ConnectionTemplate
end

describe '#get_default' do
it 'verify endpoint' do
expect(@client_600).to receive(:rest_get).with('/rest/connection-templates/defaultConnectionTemplate').and_return(FakeResponse.new({}))
connection = described_class.get_default(@client_600)
expect(connection).to be_an_instance_of OneviewSDK::API600::Synergy::ConnectionTemplate
end
end
end

0 comments on commit 6de3690

Please sign in to comment.