summaryrefslogtreecommitdiffstats
path: root/tests/acceptance/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/acceptance/Gemfile')
-rw-r--r--tests/acceptance/Gemfile7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/acceptance/Gemfile b/tests/acceptance/Gemfile
new file mode 100644
index 000000000..353eb5fe6
--- /dev/null
+++ b/tests/acceptance/Gemfile
@@ -0,0 +1,7 @@
+source 'https://rubygems.org'
+
+gem 'cucumber'
+gem 'capybara'
+gem 'selenium-webdriver'
+gem 'headless'
+gem 'rspec'