RailsApps / rails-stripe-membership-saas

An example Rails 4.2 app with Stripe and the Payola gem for a membership or subscription site.
http://railsapps.github.io/rails-stripe-membership-saas
1.14k stars 232 forks source link

README doesn't need to mention `db:test:prepare` #73

Closed MarkDBlackwell closed 11 years ago

MarkDBlackwell commented 11 years ago

The README recommends users set up their test environment with db:test:prepare.

However, automatically now during testing, Rails itself does db:test:prepare, as revealed by bundle exec rake --trace. So, this step in the docs doesn't add anything.

This is similar to an issue in another Rails Example App.

MarkDBlackwell commented 11 years ago

Users need to do this before invoking Cucumber or RSpec without Rake, so closing.