我刚把我的应用程序拉到边缘导轨上。我已经修复了大多数兼容性问题,但是测试现在给出了这样的错误:
NoMethodError: assigns has been extracted to a gem. To continue using it,
add `gem 'rails-controller-testing'` to your Gemfile.
第一次发生这种情况时,我将gem 'rails-controller-testing'
添加到Gemfile
组中的:test
并运行bundle
。根据这个过程,gem现在安装在版本0.0.3
,但是我得到了相同的错误。我该如何解决?
答案 0 :(得分:0)
尝试在spec_helper.rb中添加此内容
$hourly= simplexml_load_file("hourly.xml") or die("Error: Cannot create object");