-
Ruby version - 2.4
-
Rails version - 5.2
-
Database - PostgreSQL
-
Framework - Ruby on Rails
Once you have the repo on your local machine
-
Run
rake db:migrate RAILS_ENV=test
to migrate the testing environment database -
Run
rspec
to verify everything is ok =)