エントリーの編集

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

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Rspec Rails cheatsheet (include capybara matchers)
rspec_rails_cheetsheet.rb ��ꪪ �@�ꪪ #Model @user.should have(1).error_on(:username) # Checks wheth... rspec_rails_cheetsheet.rb ��ꪪ �@�ꪪ #Model @user.should have(1).error_on(:username) # Checks whether there is an error in username @user.errors[:username].should include("can't be blank") # check for the error message #Rendering response.should render_template(:index) #Redirecting response.should redirect_to(movies_path) #Capybara Matchers response.body.should have_content("Hello world") response.
2015/02/13 リンク