ruby-on-rails – 来自测试台的RSpec模拟
发布时间:2020-12-16 19:47:01 所属栏目:百科 来源:网络整理
导读:我想测试RSpec从一个rails测试控制台的stubbing和mocking.可能吗 ?如果是,怎么样? 这是我试过的: $rails c testrequire "./spec/spec_helper"truesource = double('source')NoMethodError: undefined method `double' for main:Object 解决方法 您需要“r
我想测试RSpec从一个rails测试控制台的stubbing和mocking.可能吗 ?如果是,怎么样?
这是我试过的: $rails c test >require "./spec/spec_helper" true >source = double('source') NoMethodError: undefined method `double' for main:Object 解决方法
您需要“rspec / mocks / standalone”,如
stated in the documentation.
(编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |