summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2017-09-05 23:55:24 +0000
committerRobert Speicher <robert@gitlab.com>2017-09-05 23:55:24 +0000
commitd68ff7f50a93ebbff537b5e795cf6bf80bd66a6e (patch)
tree2dfaac9062c6093c8d80de0fb91b6599f288acf0
parentfed7c1ede3529fd2b7396d5f5b98ed16db1b0fb1 (diff)
parent9ccc516adee396bd2263558d1a3d8f0f3acda6e4 (diff)
downloadgitlab-ce-d68ff7f50a93ebbff537b5e795cf6bf80bd66a6e.tar.gz
Merge branch 'gitaly-spinach' into 'master'
Enable all gitaly features in spinach tests Closes gitaly#521 See merge request !14043
-rw-r--r--features/support/gitaly.rb3
1 files changed, 3 insertions, 0 deletions
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