Rails3.2.6またはRspec2.11.0にアップグレードした後、私のスペックは次のようなルーティングエラーを表示し始めます。
4) UsersController GET activate activation code not exist
Failure/Error: subject{ get :activate }
ActionController::RoutingError:
No route matches {:controller=>"users", :action=>"activate"}
各フックエラーの後にもあります
An error occurred in an after(:each) hook
RSpec::Mocks::MockExpectationError: (#<EmailSubscriber[...]>).update_attributes({:enable=>true})
expected: 1 time
received: 0 times
occurred at [...]/spec/controllers/users_controller_spec.rb:75:in `block (3 levels) in <top (required)>'
開発モードのアプリケーションは引き続き正常に実行されます。