Rails 3.2 と Spree 1.1 を使用しています。イニシャルrake test_app --trace
を実行すると、次のようになります。
** Invoke test_app (first_time)
** Execute test_app
** Invoke common:test_app (first_time)
** Execute common:test_app
Generating dummy Rails application...
Setting up dummy database...
The system cannot find the path specified.
rake test_app
から走っていspree\core
ます。からわかる限りspree\core\lib\generators\spree\dummy\templates\rails\database.yml
、Spree は を探していdb\spree_test.sqlite3
ます。この DB を手動で作成しようとしましたが、うまくいきませんでした。
また、何らかの環境設定である可能性があるため、それが役立つ場合はWindows 7を使用しています。