jasmine-contrib / grunt-jasmine-node

Grunt task for running jasmine-node
MIT License
67 stars 99 forks source link

Added useProjectRoot parameter to force runner to only use specFolders v... #22

Closed davidposin closed 10 years ago

davidposin commented 11 years ago

Added useProjectRoot parameter to force runner to only use specFolders values. Comparison is explicit so anything other than false will result in a true. True is the default functionality that existed before.

s9tpepper commented 10 years ago

In PR #15 the default value for projectRoot when not specified was changed from "." to "" so the it doesn't include the entire project by default.