今日学んだこと 2021/01/02 学習項目 単体テストコードの概要(RSpec) 学習内容 RSpecを使ったテスト RSpecの導入方法 ①Gemfileに記述 # group :development, :test のグループ内に記述 group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console gem 'byebug', platforms: [:mri, :mingw, :x64_mingw] gem 'rspec-rail…