エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Shared example group - Example groups - RSpec Core - RSpec - Relish
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Shared example group - Example groups - RSpec Core - RSpec - Relish
Shared example groups let you describe behaviour of types or modules. When declared, a shared gro... Shared example groups let you describe behaviour of types or modules. When declared, a shared group's content is stored. It is only realized in the context of another example group, which provides any context the shared group needs to run. A shared group is included in another group using the it_behaves_like() or it_should_behave_like() methods. require "set" shared_examples_for "a collection" do

