Skip to content

Commit

Permalink
Removing extra unit test for c7000 storage systems
Browse files Browse the repository at this point in the history
  • Loading branch information
soodpr committed Mar 28, 2018
1 parent d75c83f commit e714af7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions spec/unit/resource/api600/c7000/storage_system_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
let(:client) { @client_600 }
let(:empty_item) { described_class.new(client) }

it 'the UNIQUE_IDENTIFIERS shoud have name, uri and hostname' do
expect(described_class::UNIQUE_IDENTIFIERS).to eq(%w[name uri hostname])
end

it 'inherits from OneviewSDK::API500::C7000::StorageSystem' do
expect(described_class).to be < OneviewSDK::API500::C7000::StorageSystem
end
Expand Down

0 comments on commit e714af7

Please sign in to comment.