12
RSpecスタブとレールテストコンソールからのモックを試してみたい。出来ますか ?はいの場合、どうですか?テストコンソールからのRSpecモック
これは私が試したものです:あなたはstated in the documentationとして、require 'rspec/mocks/standalone'
に必要
$ RAILS_ENV=test rails c
RSpecスタブとレールテストコンソールからのモックを試してみたい。出来ますか ?はいの場合、どうですか?テストコンソールからのRSpecモック
これは私が試したものです:あなたはstated in the documentationとして、require 'rspec/mocks/standalone'
に必要
$ RAILS_ENV=test rails c
:
$rails c test
>require "./spec/spec_helper"
true
>source = double('source')
NoMethodError: undefined method `double' for main:Object
はこれを試してみてください。
これは "rails c test"と同等ですが、私は信じていますか? – Emil
残念ながら:http://stackoverflow.com/questions/7668167/rails-console-test-loading-development-environment – Ch4rAss