summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2015-10-06 19:23:44 +0200
committerHarald Eilertsen <haraldei@anduin.net>2015-10-06 19:23:44 +0200
commit15a7e9d92a392ddb02968e60039c0b88416e05d7 (patch)
treeb9359e6bbac0cc39e76db9d1ef9f0433542eda25 /Gemfile
parent67d6a82610ffed0afaab0cab145024b29e00258c (diff)
downloadnorsk-urskog-registrations-15a7e9d92a392ddb02968e60039c0b88416e05d7.tar.gz
norsk-urskog-registrations-15a7e9d92a392ddb02968e60039c0b88416e05d7.tar.bz2
norsk-urskog-registrations-15a7e9d92a392ddb02968e60039c0b88416e05d7.zip
Install Capybara and Selenium for more advanced tests.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 812f791..ac0a0df 100644
--- a/Gemfile
+++ b/Gemfile
@@ -9,4 +9,6 @@ group :development, :test do
gem 'byebug'
gem "rspec"
gem "rack-test"
+ gem "capybara"
+ gem "selenium-webdriver"
end