The Localyze backend challenge to be applied during the technical interview.
This repo contains 2 folders for rspec and minitest.
From the root folder you can run the rspec tests with
rspec # all
rspec spec/example_spec.rb # one file
and the minitest tests with
rake test # all
ruby test/example_test.rb # one file