[前][次][番号順一覧][スレッド一覧]

rails:3138

From: OZAWA Sakuro <sakuro@2...>
Date: Wed, 5 Aug 2009 23:35:20 +0900
Subject: [rails:3138] Re: 関連のあるmodelの unit test について

さくです。

DocumentTestクラスに fixtures :forms は指定してありますか?
test/fixtures/forms.ymlを用意してありますか?

2009/08/05 22:50 に しん<dezawa@a...> さんは書きました:

>  NoMethodError: You have a nil object when you didn't expect it!
>  The error occurred while evaluating nil.need_approval
>      app/models/document.rb:119:in `need_approve?'
> どうやら、関連先のmodelの属性を参照するとだめなようです。

>  class Document < ActiveRecord::Base
>    belongs_to  :form

-- 
OZAWA Sakuro

--
ML: rails@r...
使い方: http://QuickML.com/

[前][次][番号順一覧][スレッド一覧]

      3137 2009-08-05 15:50 [dezawa@a...         ] 関連のあるmodelの unit test について    
->    3138 2009-08-05 16:35 ┗[sakuro@2...         ]                                       
      3139 2009-08-05 17:04  ┗[dezawa@a...         ]                                     
      3141 2009-08-08 14:27   ┗[dezawa@a...         ]                                   
      3142 2009-08-08 15:48    ┗[okkez000@g...       ]