FaisalAfroz / ruby-test-runner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exercism's Ruby test runner

Tests

This is Exercism's test runnner for the Ruby track.

It is run with ./bin/run.sh $EXERCISE $PATH_TO_FILES $PATH_FOR_OUTPUT read the source code from $PATH_TO_FILES and write a JSON file with the test results to 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

License:GNU Affero General Public License v3.0


Languages

Language:Ruby 95.7%Language:Dockerfile 2.5%Language:Shell 1.7%