我想测试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.