
C.3
Ruby
のテスト
255
#
特定のファイルの中のテストだけを実行
$ rspec spec/requests/user_pages_spec.rb
Run options: include {:focus=>true}
All examples were filtered out; ignoring {:focus=>true}
...........
Finished in 0.36353 seconds
11 examples, 0 failures
Randomized with seed 32949
C.
3
.
4
統合テスト/ユニットテストの実行
Rails
test
test
integration
models
helpers
RSpec
MinitestRails
Rake
Rake
# test
フォルダ以下のすべてのテストを実行
$ rake test
Started
85/85: [=============================================] ...