
エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント2件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Rspec, Rails: how to test private methods of controllers?
I have controller: class AccountController < ApplicationController def index end private def curr... I have controller: class AccountController < ApplicationController def index end private def current_account @current_account ||= current_user.account end end How to test private method current_account with rspec? P.S. I use Rspec2 and Ruby on Rails 3
2014/05/08 リンク