From 9ccc516adee396bd2263558d1a3d8f0f3acda6e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Rodr=C3=ADguez?= Date: Mon, 4 Sep 2017 19:12:47 -0300 Subject: Enable all gitaly features in spinach tests --- features/support/gitaly.rb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 features/support/gitaly.rb (limited to 'features/support') diff --git a/features/support/gitaly.rb b/features/support/gitaly.rb new file mode 100644 index 00000000000..3cd5f4ce497 --- /dev/null +++ b/features/support/gitaly.rb @@ -0,0 +1,3 @@ +Spinach.hooks.before_scenario do + allow(Gitlab::GitalyClient).to receive(:feature_enabled?).and_return(true) +end -- cgit v1.2.3