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 Test
|
||||
module Integration
|
||||
class ObjectStorage < Test::Instance
|
||||
class ObjectStorage < Test::Instance::All
|
||||
tags :object_storage
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue