RailsApps / rails3-devise-rspec-cucumber

An example Rails 3.2 app with Devise and RSpec and Cucumber.
http://railsapps.github.io/
444 stars 144 forks source link

In docs, don't need to mention `db:test:prepare` #47

Closed MarkDBlackwell closed 11 years ago

MarkDBlackwell commented 11 years ago

The docs (README and tutorial section 'Seed the Database') recommend 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.