我在 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
,施普雷正在寻找db\spree_test.sqlite3
。我尝试手动创建此数据库,但没有运气。
如果这有帮助,我也在 Windows 7 上,因为它可能是某种环境设置。