diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2015-10-06 19:23:44 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2015-10-06 19:23:44 +0200 |
commit | 15a7e9d92a392ddb02968e60039c0b88416e05d7 (patch) | |
tree | b9359e6bbac0cc39e76db9d1ef9f0433542eda25 /Gemfile | |
parent | 67d6a82610ffed0afaab0cab145024b29e00258c (diff) | |
download | norsk-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-- | Gemfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,4 +9,6 @@ group :development, :test do gem 'byebug' gem "rspec" gem "rack-test" + gem "capybara" + gem "selenium-webdriver" end |