おおいしつかさ


旅行とバイクとドライブと料理と宇宙が好き。
Ubie Discoveryのプログラマ。
Share:  このエントリーをはてなブックマークに追加

RSpecで"You called render with invalid options"というメッセージが返されたら

RSpecでテスト中にcontroller内でrenderメソッドを使ったら、

You called render with invalid options  

と怒られた。
調べてみるとRspecのバグらしい。Rails2.1のせいでもあるのか。trunkでは直っているみたいなので、

./script/plugin install http://rspec.rubyforge.org/svn/trunk/rspec  
./script/plugin install http://rspec.rubyforge.org/svn/trunk/rspec_on_rails  
./script/gemnerate rspec  

で対処したらうまく動きました。