エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Upgrade.markdown at master from rspec's rspec-core - GitHub
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Upgrade.markdown at master from rspec's rspec-core - GitHub
rspec-core / Upgrade.markdown New features in rspec-core-2.1 Command line --tags Now you can tag ... rspec-core / Upgrade.markdown New features in rspec-core-2.1 Command line --tags Now you can tag groups and examples using metadata and access those tags from the command line. So if you have a group with :foo => true: describe "something", :foo => true do it "does something" do # ... end end ... now you can run just that group like this: rspec spec --tags foo --fail-fast Add this flag to the com

