diff --git a/bin/setup b/bin/setup index 1f75470d94..41f98b93d8 100755 --- a/bin/setup +++ b/bin/setup @@ -31,6 +31,7 @@ FileUtils.chdir APP_ROOT do puts "\n== Preparing database, removing old logs and tempfiles ==" system! "bin/rails db:prepare log:clear tmp:clear" + system! "rm -f tmp/capybara/screenshots/*.png" puts "\n== Restarting application server ==" # system! "bin/rails restart"