Fix test for new fr translation and some cleanups

This commit is contained in:
Alexander Meindl
2019-04-11 10:32:42 +02:00
parent b658906ee6
commit 56fa966d92
9 changed files with 34 additions and 19 deletions

View File

@@ -1,2 +1,7 @@
gem 'slim-rails'
gem 'validate_url'
group :test do
gem 'rubocop', require: false
gem 'rubocop-performance', require: false
end