Rake should succeed without 'STRIPE_PUBLISHABLE_KEY' and 'STRIPE_SECRET_KEY' env vars. Right now if you initiate rake without them, the code fails immediately.
$ RAILS_ENV=development be bin/rails db:migrate
...
ArgumentError: Must provide 'STRIPE_PUBLISHABLE_KEY' and 'STRIPE_SECRET_KEY' environment variables to use Stripe
Rake should succeed without 'STRIPE_PUBLISHABLE_KEY' and 'STRIPE_SECRET_KEY' env vars. Right now if you initiate rake without them, the code fails immediately.