Closed hwayne closed 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"
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.
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"