summaryrefslogtreecommitdiffstats
path: root/tests/acceptance/Gemfile
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-05-07 17:50:37 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-05-07 17:50:37 +0200
commit6fa3308b9e6955ed12af4e66845b4a7f1af7ca60 (patch)
treec3e46236502f65f9a9f990534dbeef11bbf20155 /tests/acceptance/Gemfile
parente52e9332df64319b4e892b32e9cfcd4d243e18ef (diff)
added acceptancetest suite
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'