jasmine / jasmine-gem

Jasmine ruby gem
682 stars 275 forks source link

use multiple spec files #259

Closed hwayne closed 8 years ago

hwayne commented 8 years ago

Currently the jasmine gem can either run all specs or a single file. This change allows the gem to run the specs in several files at once.

To use:

rake jasmine:ci spec="spec1 spec2 spec3 [...] specN"

slackersoft commented 8 years ago

This looks pretty good, but I think we want a different separator character than space, maybe comma or semicolon, since spaces are valid in file paths.