Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 367 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 367 Bytes

backend-challenge

The Localyze backend challenge to be applied during the technical interview.

Setup

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