Rails 4.1.0.rc1 no longer defines db:test:prepare · Issue #936 · rspec/rspec-rails

See rails/rails#13528 Create a Rails 4.1.0.rc1 project without test-unit support: rails new foo -T Add rspec-rails (2.14.1) to the Gemfile, bundle, rails g rspec:install. Then try to run specs: > r...