我刚刚安装了“茶匙”,如下所示:
group :development, :test do
gem "teaspoon-jasmine"
end
然后我使用了这个命令:
rails generate teaspoon:install
然后我运行:
bundle exec teaspoon
我收到以下错误:
rake teaspoon
Starting the Teaspoon server...
Teaspoon running default suite at http://127.0.0.1:55955/teaspoon/default
Failed to load: http://127.0.0.1:55955/teaspoon/default?reporter=Console
rake teaspoon failed
它不会引发错误的任何原因。有没有办法查看错误以便我可以修复它或任何人都知道它的解决方案?