diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2017-09-10 13:35:33 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2017-09-10 13:35:33 +0200 |
commit | 40428a02008e474d798c77022e6460860c8c6f51 (patch) | |
tree | 666980bc3e8f69d10272ba0c401a18e607c0a5c9 /Gemfile | |
parent | 16c477d09354fcb04aff06187efd14bf048509ec (diff) | |
download | norsk-urskog-registrations-40428a02008e474d798c77022e6460860c8c6f51.tar.gz norsk-urskog-registrations-40428a02008e474d798c77022e6460860c8c6f51.tar.bz2 norsk-urskog-registrations-40428a02008e474d798c77022e6460860c8c6f51.zip |
Add test dependency to rspec-html-matchers
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ gem "thin" group :development, :test do gem 'byebug' gem "rspec" + gem "rspec-html-matchers" gem "rack-test" gem "capybara" gem "selenium-webdriver" |