RailsApps / rails-stripe-membership-saas

An example Rails 4.2 app with Stripe and the Payola gem for a membership or subscription site.

Home Page:http://railsapps.github.io/rails-stripe-membership-saas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

MarkDBlackwell opened this issue · comments

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.

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