Skip to content

Commit

Permalink
fix UTs
Browse files Browse the repository at this point in the history
  • Loading branch information
HarikaChebrolu committed Nov 5, 2020
1 parent 199422c commit eeed8b8
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
@@ -1,6 +1,6 @@
require 'spec_helper'

klass = OneviewSDK::ImageStreamer::API1600::ArtifactBundle
klass = OneviewSDK::ImageStreamer::API2000::ArtifactBundle
RSpec.describe klass do
include_context 'shared context'

Expand Down
@@ -1,6 +1,6 @@
require 'spec_helper'

klass = OneviewSDK::ImageStreamer::API1600::BuildPlan
klass = OneviewSDK::ImageStreamer::API2000::BuildPlan
RSpec.describe klass do
include_context 'shared context'
it 'inherits from API1600' do
Expand Down
@@ -1,6 +1,6 @@
require 'spec_helper'

klass = OneviewSDK::ImageStreamer::API1600::DeploymentGroup
klass = OneviewSDK::ImageStreamer::API2000::DeploymentGroup
RSpec.describe klass do
include_context 'shared context'

Expand Down
@@ -1,6 +1,6 @@
require 'spec_helper'

klass = OneviewSDK::ImageStreamer::API1600::DeploymentPlan
klass = OneviewSDK::ImageStreamer::AP2000::DeploymentPlan
RSpec.describe klass do
include_context 'shared context'

Expand Down
@@ -1,6 +1,6 @@
require 'spec_helper'

klass = OneviewSDK::ImageStreamer::API1600::GoldenImage
klass = OneviewSDK::ImageStreamer::API2000::GoldenImage
RSpec.describe klass do
include_context 'shared context'

Expand Down
@@ -1,6 +1,6 @@
require 'spec_helper'

klass = OneviewSDK::ImageStreamer::API1600::OSVolume
klass = OneviewSDK::ImageStreamer::API2000::OSVolume
RSpec.describe klass do
include_context 'shared context'

Expand Down
@@ -1,6 +1,6 @@
require 'spec_helper'

klass = OneviewSDK::ImageStreamer::API1600::PlanScript
klass = OneviewSDK::ImageStreamer::API2000::PlanScript
RSpec.describe klass do
include_context 'shared context'

Expand Down

0 comments on commit eeed8b8

Please sign in to comment.