Introduce capybara and first feature spec (#1801)

This commit introduces Capybara and the first feature spec.

I focused on coverage for log in for the first feature spec because that would
have prevented 624a9a7136 causing #1236.
This commit is contained in:
Chad Pytel
2017-04-14 19:21:02 -04:00
committed by Eugen
parent f5cd138323
commit 92cd207c50
4 changed files with 33 additions and 0 deletions

View File

@ -70,6 +70,7 @@ group :development, :test do
end
group :test do
gem 'capybara'
gem 'faker'
gem 'rails-controller-testing'
gem 'rspec-sidekiq'