pull/289/head
Rick Carlino 2016-11-07 16:15:33 -06:00
parent 030ac00dff
commit 87fda80f02
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ group :test do
gem 'rspec-rails'
gem 'simplecov'
gem 'capybara'
gem 'launchy' #save_and_open_page while debugging integration tests.
gem 'launchy'
gem 'selenium-webdriver'
gem 'codeclimate-test-reporter', require: nil
end