aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorTeddy Wing2015-12-07 23:15:09 -0500
committerTeddy Wing2015-12-07 23:15:09 -0500
commit4e5534b3e29dad49632ae8d2c4f661057fddbe55 (patch)
tree7672da793d5f1b3cfcac16d68a81f81d83447654 /Gemfile
parent0388693b4cd572cba83e1cabceab45b00e6fa352 (diff)
downloadRuby-Web-Sessions-Exercise-4e5534b3e29dad49632ae8d2c4f661057fddbe55.tar.bz2
Gemfile: Install 'capybara'
For integration testing.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 5ea8918..bdb7087 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,3 +2,5 @@ source 'https://rubygems.org'
gem 'sinatra'
gem 'rerun'
+
+gem 'capybara'