drewdeponte / snapdragon

A Jasmine JavaScript test runner that lets you run tests on the command-line similar to RSpec.
Other
6 stars 8 forks source link

Adding ability to pass pattern for loading spec file #27

Closed prasadc82 closed 11 years ago

prasadc82 commented 11 years ago

use -P/--pattern for passing the spec file patterns when no pattern/spec_filepaths is provided, default pattern (spec/*/__spec.js) is used for fetching the spec files

drewdeponte commented 11 years ago

:hammer:

drewdeponte commented 11 years ago

This is awesome @prasadc82. Thanks!

drewdeponte commented 11 years ago

This implements issue #23.