Slide 10
Slide 10 text
RSpecの実行
フィルタ
サンプルコード
サンプルコード
サンプル
グループ
$ rspec stack_spec.rb -c
..
Finished in 0.00063 seconds
2 examples, 0 failures
■ 単独で利用する場合
■ railsで利用する場合
$ bundle exec rspec spec/views/home/index.html.erb_spec.rb
....................
Finished in 10.79 seconds
20 examples, 0 failures