From 86e5dcdb21f5e83009f877e9c62a9f5252de8d99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Coutable?= Date: Mon, 3 Sep 2018 16:36:18 +0200 Subject: [QA] Add a new Test::Sanity::Failing scenario that always fails MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rémy Coutable --- qa/qa.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'qa/qa.rb') diff --git a/qa/qa.rb b/qa/qa.rb index 8e23b444f3b..c29d6ce5498 100644 --- a/qa/qa.rb +++ b/qa/qa.rb @@ -98,6 +98,7 @@ module QA end module Sanity + autoload :Failing, 'qa/scenario/test/sanity/failing' autoload :Selectors, 'qa/scenario/test/sanity/selectors' end end -- cgit v1.2.3