启用 RSpec 工作与 Rubymine 和 Rails 动态查找器方法缺失

发布于 2024-12-16 12:06:39 字数 473 浏览 3 评论 0原文

我正在尝试在 Rails 应用程序之上的 RubyMine 内部运行一个简单的 RSpec 测试。我正在尝试测试 lib 目录内的一些通用代码。问题是我收到异常 NoMethodError。我可以从“rails console”运行相同的代码,没有任何问题。

NoMethodError: #的未定义方法 find_or_initialize_by_content_service_id' /home/justin/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.0.7/lib/active_record/base.rb:984:inmethod_missing'

那么 RubyMine 需要什么Rails 动态方法有效吗?

我正在使用 Rails 3、RubyMine 3.2.4、RSpec 2。 谢谢。

I'm trying to run a simple RSpec test inside of RubyMine on top of a rails application. I'm trying to test some generic code inside of a lib directory. The problem is that I get an exception NoMethodError. I can run the same code from "rails console" without any issue.

NoMethodError: undefined method find_or_initialize_by_content_service_id' for #<Class:0x000000048f8f28>
/home/justin/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.0.7/lib/active_record/base.rb:984:in
method_missing'

So what is needed in RubyMine so that the rails dynamic methods work?

I'm using Rails 3, RubyMine 3.2.4, RSpec 2.
Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文