rubyforgood / coral

An upcoming project for Ruby for Good
MIT License
13 stars 11 forks source link

Add rake task 'test' to run rspec and js tests, and enable command line output for js tests #35

Closed nihonjinrxs closed 4 years ago

nihonjinrxs commented 4 years ago

Closes #32 (replaces it)

Description

This adds a rake task that runs both ruby and javascript tests:

bundle exec rake test

To enable this, it also enables command-line output of javascript tests.

Type of change

How Has This Been Tested?