]> cat aescling's git repositories - mastodon.git/commit
Introduce capybara and first feature spec (#1801)
authorChad Pytel <chad@thoughtbot.com>
Fri, 14 Apr 2017 23:21:02 +0000 (19:21 -0400)
committerEugen <eugen@zeonfederated.com>
Fri, 14 Apr 2017 23:21:02 +0000 (01:21 +0200)
commit92cd207c5083e60074e0ce123bb5b848a58e7417
tree503e0e5222579ebb5d5ddfd1c6e617f6d03974b0
parentf5cd1383231af6922dbab4f54b7d29eacfec9d9e
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 624a9a7136159d460228a0c2f5df18a9ead3b7f2 causing #1236.
Gemfile
Gemfile.lock
spec/features/log_in_spec.rb [new file with mode: 0644]
spec/rails_helper.rb