Fix QA ObjectStorage not inheriting from Test::Instance::All

This commit is contained in:
Stan Hu 2018-09-04 02:12:33 -07:00
parent 8ff02cf7c4
commit f2feb04b1a
1 changed files with 1 additions and 1 deletions

View File

@ -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