Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 402 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 402 Bytes

AutoReserve

ブラウザを動かして予約するやつ

Usage

SetUp

bundle

Run

bundle exec ruby dmm.rb HogeLoginID HogePassword

Development

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
...