summaryrefslogtreecommitdiff
path: root/qa/qa/ce/strategy.rb
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/ce/strategy.rb')
-rw-r--r--qa/qa/ce/strategy.rb15
1 files changed, 15 insertions, 0 deletions
diff --git a/qa/qa/ce/strategy.rb b/qa/qa/ce/strategy.rb
new file mode 100644
index 00000000000..6d1601dfa48
--- /dev/null
+++ b/qa/qa/ce/strategy.rb
@@ -0,0 +1,15 @@
+module QA
+ module CE
+ module Strategy
+ extend self
+
+ def extend_autoloads!
+ # noop
+ end
+
+ def perform_before_hooks
+ # noop
+ end
+ end
+ end
+end