我是 railsand 通过它学习 selenium 工具的新手。在这个过程中,我遇到了以下步骤:在您选择的文件夹中,执行以下命令:
git clone http://github.com/wolframarnold/selenium-test-app.git
转到 selenium-test-app 文件夹并运行以下命令:
cp ./vendor/plugins/active_scaffold/test/mock_app/config/database.yml ./config/
到上面的命令一切都很好,但是当我运行下面的命令时:
rake db:migrate"
发现这个错误:
$ rake db:migrate
rake aborted!
undefined method `name' for "actionmailer":String
c:/Users/BH/selenium-test-app/config/environment.rb:9:in `<top (required)>'
Tasks: TOP => db:migrate => environment
(See full trace by running task with --trace)
有人请帮助解决这个错误吗?