Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 307 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 307 Bytes

CommandCenter

automation bot

Requirements

  • ruby (the version is specified in .ruby-version)
  • postgres

Running the server

$ bundle exec rails server

Running the tests

RSpec will run the entire test suite.

$ bundle exec rspec