bin/setup in clearance-2.6.1 vs bin/setup in clearance-2.6.2

- old
+ new

@@ -10,6 +10,7 @@ if [ -z "$CI" ]; then bundle exec appraisal install fi # Set up database for the application that Clearance tests against -RAILS_ENV=test bundle exec rake dummy:db:reset +RAILS_ENV=test bundle exec rake dummy:db:drop +RAILS_ENV=test bundle exec rake dummy:db:setup