Capybara test initializer removed

Apparently "system tests" are a better way to handle them.
This commit is contained in:
Christoph Haas 2020-10-30 16:38:38 +01:00
parent f1c3982985
commit 2700289ff8
3 changed files with 0 additions and 48 deletions

View file

@ -79,10 +79,6 @@ group :development, :test do
gem 'byebug', platform: :mri
end
group :test do
gem "minitest-rails-capybara"
end
# TODO… https://github.com/galetahub/simple-captcha
# Captcha for anonymous reports
# gem "galetahub-simple_captcha", :require => "simple_captcha"