Skip to content

exercism/ruby-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

47dddc1 · Jan 1, 2025
Jun 18, 2021
Jan 1, 2025
Aug 15, 2023
Jul 9, 2024
Aug 15, 2023
Jul 9, 2024
Aug 11, 2023
Aug 11, 2023
Aug 11, 2023
Aug 15, 2023
Jul 9, 2024
Mar 1, 2024
Aug 15, 2023
Jul 9, 2024
Jan 1, 2025
Feb 6, 2019
Aug 26, 2020
Aug 27, 2020
Aug 27, 2020
Nov 19, 2024

Repository files navigation

Exercism's Ruby Analyzer

Tests

This is Exercism's automated analyzer for the Ruby track.

It is run with ./bin/run.sh $EXERCISM $PATH_TO_FILES $PATH_FOR_OUTPUT and will read the source code from $PATH_TO_FILES and write a JSON file with an analysis to $PATH_FOR_OUTPUT.

For example:

./bin/run.sh two_fer ~/solution-238382y7sds7fsadfasj23j/ ~/solution-238382y7sds7fsadfasj23j/output/

Running the tests

Before running the tests, first install the dependencies:

bundle install

Then, run the following command to run the tests:

bundle exec rake test