Fix QA ObjectStorage not inheriting from Test::Instance::All
This commit is contained in:
parent
8ff02cf7c4
commit
f2feb04b1a
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ module QA
|
||||||
module Scenario
|
module Scenario
|
||||||
module Test
|
module Test
|
||||||
module Integration
|
module Integration
|
||||||
class ObjectStorage < Test::Instance
|
class ObjectStorage < Test::Instance::All
|
||||||
tags :object_storage
|
tags :object_storage
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue