Skip to content

PatrickMcSweeny/ruby-analyzer

 
 

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

About

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 93.7%
  • Shell 5.5%
  • Dockerfile 0.8%