Use letter opener

This commit is contained in:
Paul Chavard 2018-09-25 11:54:15 +02:00
parent 5291e75bd6
commit ff9e87b88e
6 changed files with 20 additions and 14 deletions

View file

@ -13,9 +13,6 @@ chdir APP_ROOT do
# This script is a starting point to setup your application.
# Add necessary setup steps to this file.
puts '== Installing global tools =='
system! 'gem install mailcatcher --conservative'
puts "\n== Installing dependencies =="
system! 'gem install bundler --conservative'
system('bundle check') || system!('bundle install')