bin/setup in clearance-2.8.0 vs bin/setup in clearance-2.9.0

- old
+ new

@@ -10,7 +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:drop -RAILS_ENV=test bundle exec rake dummy:db:setup +RAILS_ENV=test bundle exec rake db:drop +RAILS_ENV=test bundle exec rake db:setup