ブラウザを動かして予約するやつ
bundle
bundle exec ruby dmm.rb HogeLoginID HogePassword
Run rake
to run Lint (autocorrect) and Test.
You can confirm all tasks via rake -T
that like following.
$ rake -T
rake lint # Lint and auto-correct by Rubocop
rake test # Run all tests by rspec
...