Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrett Walker <brett@digitalmoksha.com>2018-01-23 13:23:23 +0300
committerGrzegorz Bizon <grzegorz@gitlab.com>2018-01-23 13:23:23 +0300
commitb8b9e9eb8e3f285bc3040f3dc425deeada585aae (patch)
tree87934fbe6b2b2b66be25888152bcbcd4af82e970 /qa/Gemfile
parentfcfda3ef82992e5f56573dffb56b2a5896c24aff (diff)
Add ability to drive the API in QA specs
Diffstat (limited to 'qa/Gemfile')
-rw-r--r--qa/Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/Gemfile b/qa/Gemfile
index 4c866a3f893..d69c71003ae 100644
--- a/qa/Gemfile
+++ b/qa/Gemfile
@@ -6,3 +6,4 @@ gem 'capybara-screenshot', '~> 1.0.18'
gem 'rake', '~> 12.3.0'
gem 'rspec', '~> 3.7'
gem 'selenium-webdriver', '~> 3.8.0'
+gem 'airborne', '~> 0.2.13'